Hi,
I have a gridview. I will be having a textbox above each column of this gridview. User will enter values in these columns and accordingly the data will be filtered for each column. How to achieve this functionality?
I tried using datatable plugin gridviewname.dataTable().columnFilter() however, this requires adding an additional footer to the existing table. How to do this?
Please help.
Best Regards,
Rohan Laghate