Search
13906 results 1231-1240
Forum
- 2nd Feb 2015Creating a protocol search ("name": "firstname", "lastname": ....)I need to make search for each one of
- 30th Jan 2015child row problem with new search without page refreshthat after submitting the search again without refreshing the
- 30th Jan 2015How can I place the search box within an existing DIV?trigger a call to search(). Allan
- 26th Jan 2015Search - OR vs ANDWhat would be the separator for terms? Would you want it to be a space? So "Task 1 High" would search for "Task" AND "1" AND "High"? I'm assuming you are using the ssp.class.php file?
- 26th Jan 2015Search by two columnsThank you! SOLVED thanks to you. Changes in code: I've changed searching to initial which searches all columns: dataTable .search(this.value) .draw(); And set columns which I don't want to be search in initTable: "columnDefs": [ { "targets": [2,5], "searchable": false }]
- 26th Jan 2015Jquery Datatable paging not working with MVC Partial View on search button click event on main viewSounds like you want to read the documentation for ajax.data and send the extra search information using that. Allan
- 22nd Jan 2015Highlighting search and stateSave: trueI've just updated the search highlighting plug-in for DataTables
- 21st Jan 2015Is there a way to preserve the bFilter search field?You can use this method, though it also saves which page you are on in addition to the search field.
- 20th Jan 2015datatables 1.10 - search highlight on sAjaxSource JSON datasame functionality to highlight search results. Has anyone tried
- 1st Jan 2015How to do custom search on multiple datatable in a single page using date range ?started with a custom search plug-in. Since your tables