fooplugins / FooTable

jQuery plugin to make HTML tables responsive
https://fooplugins.com/plugins/footable-jquery/
Other
2.12k stars 636 forks source link

server side paginating #882

Open peppeg85 opened 3 years ago

peppeg85 commented 3 years ago

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 commented 3 years ago

anyway...solved with an external jquery pagination plugin

muthu3107 commented 3 years ago

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

peppeg85 commented 3 years ago

sure, i used this:

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