Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save Filter Setting automatically #40

Closed
Winthan opened this issue Apr 23, 2019 · 4 comments
Closed

Save Filter Setting automatically #40

Winthan opened this issue Apr 23, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Winthan
Copy link

Winthan commented Apr 23, 2019

When users have a bunch of filter settings. The setting of filters must be saved automatically in cookies. Even after Page is reloaded, the setting of filter will stay intact with the app until cookies expired or reset. That will prevent users at setting with filters again if the page is reloaded on the web browser.

@zdrawku zdrawku added the enhancement New feature or request label Apr 25, 2019
@zdrawku zdrawku self-assigned this Apr 25, 2019
@Winthan
Copy link
Author

Winthan commented May 3, 2019

that will be great if we can save custom filter set as a workspace according to their profile, so they can load nicely their set.

@Winthan
Copy link
Author

Winthan commented May 8, 2019

I think we can do with column Component.

public Clist; 

 public saving(){
    this.CList = this.grid1.columnList;     /// saving all columns components in Clist
     
    }

  public loading(){
    this.grid1.columnList = this.CList ;
 
  }

But when loading function is called, the grid columns don't change at all for me. Any suggestion on it? @zdrawku

@zdrawku
Copy link
Collaborator

zdrawku commented Jul 24, 2019

Hey @Winthan, this is a great suggestion. We have a section in our documentation that covers how to manually persist different states, although it doesn't include implementation for custom filters or excel style filtering. This is why we've added this functionality as a feature request in our product repository.

@zdrawku
Copy link
Collaborator

zdrawku commented Jul 25, 2022

@zdrawku zdrawku closed this as completed Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants