如何将页脚中显示的页码限制在footable中

Sek*_*abu 3 jquery-plugins page-numbering footable

如何限制表格页脚中显示的页码,如果我有1000行,并且data-page-size为10则会在页脚中显示许多页码.那么有没有任何数据属性可以提到只显示一些像这种格式的页码

<< 1 2 3 >>

Ahm*_*raj 9

在footable 2中,您只需将[data-limit-navigation]添加到table data-attribute即可

<table data-limit-navigation="5"> </table>
Run Code Online (Sandbox Code Playgroud)