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
I dug through the source code a bit and found this on line 99 - 101 if (!pager.pages || pager.pages.length <= 1) { // don't display pager if there is only 1 page return null; }
If you comment it out it will still display the pager even if there is less than 2 pages.
Hi
This is a good tool but can you keep pagination displayed forever?
Currently driving data to less than 1 page will automatically hide.
The text was updated successfully, but these errors were encountered: