I don't see support for server-side paging in the table paging component. Is this possible or a planned feature?
The table and paging bar are agnostic of local vs server side paging.
You can implement it either way, its all just events.
This can easily be archived with the current APIs of the individual components (pagination + data table)
@jotatoledo is anyone willing to demonstrate this?
Feel free to create a question in SO for this, with your current implementation and I can help you out. But I wont provide a complete solution as a developer should be able to come up with his own implementation in my opinion.
closing as not an issue
Most helpful comment
This can easily be archived with the current APIs of the individual components (pagination + data table)