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

<b:dataTable> Problems with input filters. #617

Closed
danysion opened this issue Jan 12, 2017 · 3 comments
Closed

<b:dataTable> Problems with input filters. #617

danysion opened this issue Jan 12, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@danysion
Copy link

Good morning , i have two problems with the filters of my datatable.

•When i filter column of my datatable and go to other page and finally return to datatable page.Now i see that the filter is applicated but the filter input is clean , how can in this case hold the content of input filter?

•In another case to delete the data table, I delete all values ​​from the table but if the table was filtered, maintain the filter but with empty fields (similar to the previous case) How can I completely clean the table and its filters ?

Thanks for all.

@stephanrauh
Copy link
Collaborator

  • As for the first case: do you navigate with or without AJAX?
  • Good point. Currently, the filters are handled by the client side. There's no connection to the backend. Hence, there's no means to delete the filter. I'll have to think about that.

@danysion
Copy link
Author

• I navigate with AJAX.
• Perfect, this maybe be necesarry because we need clear the input filters.

stephanrauh added a commit that referenced this issue Jan 15, 2017
@stephanrauh
Copy link
Collaborator

Done. The datatable doesn't transmit the values of the filters to the server, but that's probably not necessary. It suffices to be able to implement one direction (setting the value from the server).

@stephanrauh stephanrauh added this to the v1.1.0 milestone Jan 15, 2017
@stephanrauh stephanrauh self-assigned this Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants