-
Notifications
You must be signed in to change notification settings - Fork 102
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
Comments
|
• I navigate with AJAX. |
stephanrauh
added a commit
that referenced
this issue
Jan 15, 2017
…tate-saving and previously active filters
stephanrauh
added a commit
that referenced
this issue
Jan 15, 2017
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). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: