koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Paging only visible when total number of rows > number of rows per page #723

Open clemorphy opened 5 years ago

clemorphy commented 5 years ago

Is there a way to make the paging visible only when total number of rows > number of rows per page ?

koalyptus commented 5 years ago

hi @clemorphy you could achieve this by using TableFilter's API, I'll get back with an example. cheers