How to limit the page numbers displayed in the table footer in footable

Sekhar Babu picture Sekhar Babu · Nov 23, 2013 · Viewed 7.6k times · Source

How to limit the page numbers displayed in the table footer, if i had 1000 rows and and data-page-size is 10 then it giving many page numbers in the footer. so is there any data-attribute there to mention only show some page numbers something like this format

< << 1 2 3 >> >

Answer

Ahmad Seraj picture Ahmad Seraj · May 20, 2014

in footable 2 you can simply add [data-limit-navigation] to table data-attribute

<table data-limit-navigation="5"> </table>