Search
11316 results 4931-4940
Forum
- 18th Jan 2012Filtering the table based on external controls5 type select boxes filtering on one column? I've
- 18th Jan 2012Add Select Element Outside of Table for a Hidden Column?Sure - use the fnFilter API method. Built your select menu as required and add an event handler for the 'change' event on it - then call fnFilter to apply the required filter to the table. Allan
- 18th Jan 2012case Sentsitive problem at searchingIf you are using server-side processing, as your code suggests, the the filtering is entirely done by your server-side script ("scripts/server_processing_moviles.php"). You might need to use ILIKE in your SQL to do a case insensitive filter. Allan
- 17th Jan 2012My Date Range Search Implementation using Server Side Processingensure that the main filter works with your date
- 17th Jan 2012trying to understand custom row filtersrow, every time a filter is required for the
- 16th Jan 2012Wish to style specificaly the Search box? helpapplying any style to _filter like e.g background red,
- 14th Jan 2012How to exclude rows from beeing filtered?row from the global filter - you could define your own filtering plug-in and have it
- 14th Jan 2012Is multiple value column filtering possible? like in an excel file which shows a list check boxFrom the documentation for the column filter (which is a third party plug-in for DataTables - http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html ) your initialisation looks correct to me. What aspect of it is not working? Are you getting a Javascript error on the console? Allan
- 10th Jan 2012Inverse fnFilter()?that you want the filter to operator on or
- 9th Jan 2012Separate Search textbox or combo boxCan I make a separate search control like input textbox or dropdown combobox as search box using data tables? You most certainly can. Just use the fnFilter API method to filter the table based on whatever input you want. Allan