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

Callback after Paging is done #796

Closed ak111in closed 3 years ago

ak111in commented 3 years ago

Enhancement/feature description Just like there is callback after filtering is done, is there any callback when paging is done as paging is completed after filtering.

koalyptus commented 3 years ago

The grouped-by-page event is probably what you are looking for. Below an example of usage: https://codepen.io/koalyptus/pen/ZEboajz

Resources:

Cheers

ak111in commented 3 years ago

thanks