Search
14021 results 7071-7080
Forum
- 9th Mar 2015How do I translate the "type here..." string and "All" string in my datatables?Thank you, allan, searchPlaceholder was helpful for translating the "type here..." string in my search fields. I am still looking for a way to translate the "All" in length menu.
- 9th Mar 2015Data Loadingloading and cannot also search through the records because
- 9th Mar 2015Get Filtered / Searched data and filtered ColumnUse column().search() to get the applied search term. Allan
- 7th Mar 2015preventing eventsI would suggest calling search() and avoiding the private API entirely. Set searchDelay to 0 to stop DataTables doing any throttling if you are using server-side processing. Allan
- 4th Mar 2015Datatable searchingHi, Just an Idea. Using the following method to disable searching on certain columns. It will not search in the 2nd and 3rd column. $('#example').dataTable( { "columnDefs": [ { "targets": [ 2 ], "searchable": false }, { "targets": [ 3 ], "searchable": false } ] } );
- 3rd Mar 2015Filter based on columnshould make the global search work (the search bar
- 3rd Mar 2015delay between typing and searching?have noticed this behavior: search delay is applied to
- 2nd Mar 2015TableTools PDF slovenian character fixthe PDF.as file and search for: buffer.writeMultiByte( content+"\n", "windows-1254"
- 1st Mar 2015Initialise two extension for one tableHi, Thanks, it now shows both extensions, but my search and selection for rows per page disappeared!, any thoughts why? Thank you,
- 28th Feb 2015Server Side Loadingadded all kind of search and order possibilties en