Handson table server side filter

Tags: #<Tag:0x00007efc645cf438> #<Tag:0x00007efc645cf280>

We are using the latest version of handson in angular. We need to implement the server side filter up on changing the dropdown menu from header. As per our requirement,On every dropdown change, we need to get the data from server side.Please let me know how to acheive in Handson table.

Please provide some sample codes. Also mention in which event we can call the server side function.Is it possible to server side sorting?

Hi @venkteshan

We don’t have backend integration examples as it depends on users implementation, but we have some advices on how you can make it work. Here’s a very similar topic when I described what you can use to implement server side filtering:

Thanks @adrian.szymanski. I will check this topic which you have mentioned.

Also, we need to do server side sorting(asc/desc) functionality for the columns where the data is fetched from the server on column sorting.

Please let me know how to acheive server side sorting in Handson table.

For sorting you can use our hook ** beforeColumnSort** in which you will fetch the data from server and update the table.

Thanks for your reply