Search
11457 results 9761-9770
Forum
- 28th Oct 2013trouble with search - it searches inside the html linkYou might try individual column filtering http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html instead of the global search.
- 24th Oct 2013Confused about DeferedRender and mRenderBecause the data for sorting and filtering needs to be obtained, even if the row is not displayed (DataTables needs to work out if the row should be displayed!). Allan
- 23rd Oct 2013cumulative columnyou the number after filtering has occurred. oTable.fnUpdate( total_group_freq,
- 21st Oct 2013Disable request on page loadSince you are using server-side processing, the filtering is done at the server - so you'd need to catch this condition in your script and return zero rows. Allan
- 21st Oct 2013"No matching records found" when first column contains html codeyou remove your custom filtering function? Allan
- 18th Oct 2013gradeAsOrder == "ORDER BY" ) { $sOrder = ""; } } /* * Filtering * NOTE this does not
- 18th Oct 2013How do I get the content of the search field?In 1.10 you'll be able to use the new API: table.search(); will give you the current filtering value :-). Allan
- 14th Oct 2013Point to a different server side file after table is initialized?as the individual column filtering and then just used
- 11th Oct 2013DataTables serverside processing using SharePoint 2010 search service plus Reformatting columnsa sorting logic and filtering logic. All the parameters
- 8th Oct 2013nCell is undefinedThanks for the test case. DataTables does not support colspan or rowspan in the TBODY of the table. Sorry. It makes sorting and filtering very complicated! Allan