Search
14021 results 7161-7170
Forum
- 24th Nov 2014Custom Filter using ext.search helpNot working with multiple tables now. What is the best way to search an array of values?
- 24th Nov 2014Hidden data as default viewthis should read: 'trigger a search for a generic term'
- 21st Nov 2014Is it possible to allow a column to be filterable without being searchable?OK, if I check the table id and decide that I do not want to use my custom search plugin, is there an easy way to execute the default search at that point?
- 20th Nov 2014Server-side filtering and accented charactersif you utf8_decode() your $search variable. $string = "é"; $string
- 17th Nov 2014Change the language of the dataTable client-side.Actually I just figure out this my own, I replaced the Search: inside the js with and now i can handle the text in my other javascript library.
- 14th Nov 2014Master Detail 2 table filterto bring back related search entry based off Table1
- 13th Nov 2014Problem with multiple DataTables on same pagevar allTables = $('table.dataTable').DataTable(); allTables.column( 0 ).search( 'mySearchTerm' ).draw(); Allan
- 10th Nov 2014Can't Get Filter Placeholder to WorkYour DataTables initialisation is a mess. $('#bonds').DataTable( { responsive: true, "dom": '<f<t>lip>', "oLanguage": { "sSearch": "Find the bond you need:"}, language: {searchPlaceholder: "Search records"} }); Using 1.10.1 or greater, "language" replaces "oLanguage" - do not use both.
- 10th Nov 2014sum a column based on a condition in another columnincome' ? true : false; }, 0, { search: 'applied' }) .data() .sum(); I
- 10th Nov 2014Undefined function with highlight pluginIt depends upon thirdparty software which needs to be included. As noted in the header for the search highlighting plugin: It depends upon the jQuery Highlight plug-in by Bartek Szopka: http://bartaz.github.io/sandbox.js/jquery.highlight.js Allan