FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

server side paginating

Open peppeg85 opened this issue 4 years ago • 3 comments

Hello, i'm trying to add server side pagination, but it's not clear from the documentation how to achieve this, from the server i have the actual rows to be displayed and any infos about the total number of pages, the actual page, the next page, and so on, now, how can i display the pagination component and set all these infos? i tried creating a new pager from here:

https://www.centralfifetimes.com/resources/responsive-static/scripts/legacy/nile/components/footable/docs/jsdocs/FooTable.Pager.html

but how can i apply it top the table? or is there another way to achieve this?

thank you

peppeg85 avatar Feb 17 '21 14:02 peppeg85

anyway...solved with an external jquery pagination plugin

peppeg85 avatar Feb 18 '21 13:02 peppeg85

@peppeg85 Can you share which Pagination plugin you have used, am also stuck up withe same!

muthu3107 avatar Apr 18 '21 00:04 muthu3107

sure, i used this:

https://github.com/nhn/tui.pagination

peppeg85 avatar Apr 18 '21 08:04 peppeg85