Search
14055 results 7191-7200
Forum
- 26th Nov 2014Row show/hide locally on server side queryYou could potentially use search() or column().search() for simple
- 26th Nov 2014How to add columns dynamically?be found using the search box at the top
- 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.