In the above image the header and after that it has the filter columns with the filter by option field, by date, and by input/text mode as well. and all are has been with the server side. i want to do something like this.
I know there is something providing by the handsonTable with the ‘as you type demo’ but it has only with input/text and also only at client side. i want it different field type and also with server side.
I just want to get idea that is that anything like provide by handson table. if not than is it possible to do it with the customisation. Please help regarding this.
If you want to perform server-side filtering you can use the beforeFilter hook. It will allow you not only to get the exact filter settings but also to block the filtering on the front-end.
Hello @adrian.szymanski, thank you for the reply. now clear about how to filter with server side.
But i have another question is related to use option fields for filter, for example select country for filter, not typing. and don’t want to use dropdown filter, want to use direct filter like as show in above image. that above image has some columns has text enter manually filter, some columns have option select field type filter and disabled filters for some columns.
Thank you
Thank you for the advise. But i want to know that how can i show filter with option field and input type field for the different columns of table. like in above image. It will just after the header. Can you please guide me with this
However, to get the HTML Input tag you need to create a custom renderer, just like in the example above. The other available cell types are described here:
That would require to create a pretty customized demo, as we don’t have such examples in our documentation. However, we offer that kind of service within our higher support plans.