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 >> >
in footable 2 you can simply add [data-limit-navigation] to table data-attribute
<table data-limit-navigation="5"> </table>