-
Notifications
You must be signed in to change notification settings - Fork 896
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
How to reset? #745
Comments
Use: |
Note reIndex() builds from the visible HTML so if the list is currently filtered, the new index will only include the visible items. Not sure if this is the intended behavior...looking for a method to reIndex the full set while retaining the filter. |
Today I use in this way to re-index a list with items changed in "search in progress / filtered" as example: |
@lwmirkk - yes, great idea. I was attempting to do this but had one logic twist that your suggestion helped to clarify. The list filter must be cleared prior to changing the DOM, then you can reindex and re-filter. It works - thank you! |
How can I update it in list.js after the table's content has changed with normal javascript? otherwise the previous list is coming back
The text was updated successfully, but these errors were encountered: