pagination ktDataTable
Hello,
I need your help.
I have an apllication and using KtDatatable for my Lists with server side pagination but I can't get Page and sending to method controller api.
for example:
I need get the num page selected in grid with KTDatable.
Replies (1)
Hi,
Are you using KTDatatable from Metronic v7? You can use this function to get the current page number.
datatable.getCurrentPage();
Thanks