Datatable Footer with Pagination ServerSide

Hi

I would like to ask how can I add the pagination of Datatable in the last column of Datatable and work with it. In the snippet I post there is something wrong with the pagination counter.

http://webix.com/snippet/23a1cace

The pagination looks that it has no limits and has unlimited groups

Hi,

If you load data from the server side, it is indexed after filter initialization. You can handle the onAfterLoad event of the master Datatable to set the real limit:

http://webix.com/snippet/c313cd3e