Search
11366 results 4971-4980
Forum
- 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
- 6th Jan 2012DataTables 1.9 beta 1bPaginate" : false "oLanguage" : { "sSearch" : "Filter: " } }); [/code] But yes - this
- 6th Jan 2012Pagination does not work with server data"iTotalRecords":6, "iTotalDisplayRecords":5, Unless you have a filter applied, these two parameter must be the same: http://datatables.net/usage/server-side Allan