Hello, i'm trying to add server side pagination, but it's not clear from the documentation how to achieve this, from the server i have the actual rows to be displayed and any infos about the total number of pages, the actual page, the next page, and so on, now, how can i display the pagination component and set all these infos? i tried creating a new pager from here:
Hello, i'm trying to add server side pagination, but it's not clear from the documentation how to achieve this, from the server i have the actual rows to be displayed and any infos about the total number of pages, the actual page, the next page, and so on, now, how can i display the pagination component and set all these infos? i tried creating a new pager from here:
but how can i apply it top the table? or is there another way to achieve this?
thank you