I have requirement where I need to show filter controls(like textbox, checkbox, dropdonw box) in grid. Here is the sample image
Currently I am using datatable plugin. From this only 1 filter control column is added, but it need be more than one control per column.
Please let me know if it can be achievable by using datatable plugin. Or please let me know if any other plugin are available.
I have also explored jqgrid, jqxgrid. seems like all plugin shows only one filter control per column.
Thanks