DataTables individual column filtering example (using select menus) - only couple of rows
DataTables individual column filtering example (using select menus) - only couple of rows
Hi, I wanted to implement individual column filtering as shown in here: http://datatables.net/examples/api/multi_filter_select.html
It wasn't too hard to implement, but for quite some time now I tried to make it filter only certain columns and to skip the others, because for example I don't want to filter data by my clients comments on the order, but only by the status of order...
Could anyone help me, and show me how to make it to show filtering options olny for couple of column?
Thanks in advance.
It wasn't too hard to implement, but for quite some time now I tried to make it filter only certain columns and to skip the others, because for example I don't want to filter data by my clients comments on the order, but only by the status of order...
Could anyone help me, and show me how to make it to show filtering options olny for couple of column?
Thanks in advance.
This discussion has been closed.
Replies
there are featured plugins that can help you achieve what you have asked for, i myself is using DataTables Column Filter Plugin by Jovan Popavic .
Following is the link, they are under third party plug-ins:
http://www.datatables.net/extras/
Arjun