You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added Unselect All button on bulk row when selecting page.
Added disabled delay on select checkboxes.
Added disabled on bulk row button clicks.
Added missing showPagination conditional to views.
Added getFilters and getFiltersWithoutSearch methods and refactor views.
Added checkFilters method and refactor mountWithFilters
Added hasIntegerKeys method
Changed
When selecting a page, if there are the same selected as total rows, just show the amount of selected instead of showing "Selecting 1 row. Do you want to select all 1 rows.".
Move bulk select row to its own partial for all templates.
Moved updatedFilters from WithSearch to WithFilters