Search
14048 results 1431-1440
Forum
- 1st Aug 2011fnFilter wont search HTML entriesby default from a search string, but you can
- 28th Jul 2011Search option in this forum?forums" items in the search by using boolean operators
- 24th Jul 2011fnRowCallback with JSON data source and search match highlightingThis is allowing to search from the original data
- 18th Jul 2011Adding checkbox column on server-side + field searchhi yusuf, I already solved the problem, it wasn't the search function, its was beacuse I didnt had a search input for checkbox, neither for actions. now, everything is working fine.
- 14th Jul 2011Search analyticsnice to incorporate the search data into the wider
- 13th Jun 2011Little suggestion: Use html5 input type=search for the "Search" textboxoSettings.oLanguage.sSearch + sSpace + ''; var jqFilter = $("#searchfilter", nFilter); jqFilter.val(oSettings.oPreviousSearch.sSearch.replace('"', '"')); jqFilter.bind('keyup.DT search', function (e) { /* Update all
- 10th Jun 2011Using Search Featurethe table displays no Search Box or any data.
- 8th Jun 2011Search and navigation elements displayed incorrectlyForgot to mention: the columns in the table do not span the width that the search header and navigation footer do, but are also shifted to the left, even though there is plenty of space.
- 24th May 2011How do I search for a string in a hidden column and add a class to the row where it isigonzalez, Assuming that the hidden column you want to search in is the first column; do this: [code] var oTable = $('table').dataTable( { "fnRowCallback": function(nRow, aData, iDisplayIndex, iDisplayIndexFull){ if (aData[0] == 'valueToSearchFor'){ $(nRow).addClass("new-class-name") } return nRow } } ) [/code]
- 23rd May 2011Negative Exclude Except search examplecaptureLength: 0 Now A search for "Safari" shows all