-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QTable - pagination and ripple (Refactored) (#1589)
* QTable - pagination and ripple - calculate number of rows after filtering - move pagination watcher in table-pagination (preserve page on filter if it's still available) - ripple must be clipped on bottom if it's anywhere in the table * Update table-filter.js * Update table-filter.js * QTable: use extend instead of Object.assign * QTable: optimize pagesNumber watcher * Update table-pagination.js
- Loading branch information
1 parent
a873413
commit 66c5a04
Showing
6 changed files
with
177 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
I faced a problem where my pagination starts at 0.
!currentPage
evaluates to false when currentPage is 0. Is this intended or maybe you wanted to check all the other falsy values ?