Search
14048 results 1341-1350
Forum
- 22nd Nov 2013sScrollY messes the searchHi again, I just find out the issue :) There was an old piece of js executed just after the dataTable initialization which messed up the search. You can delete/close this discussion. Regards, Elo
- 14th Nov 2013Individual column filtering is working as "All Search"it behaves as Global search. I have used servlet
- 11th Nov 2013Refreshing the search and filter with new data from the htmlwith: [code] /* Modify the search index for this row
- 8th Nov 2013Search Box in Datatable.I sorted out this by adding new textbox on page and hiding the default search textbox and setting search function on new text box the function for search text box is: $('#txtSearch').keypress(function () { oTable.fnFilter($(this).val()); });
- 28th Oct 2013trouble with search - it searches inside the html linkYou might try individual column filtering http://jquery-datatables-column-filter.googlecode.com/svn/trunk/default.html instead of the global search.
- 28th Oct 2013Need help defaulting the search textsomeone types in the search The search in DataTables
- 11th Oct 2013DataTables serverside processing using SharePoint 2010 search service plus Reformatting columnsgoing to query the search service and convert the
- 8th Oct 2013search field ignore manually fired change and keypress events, why?Because the search field in DataTables doesn't listen for either of those events. it watches for keyup. Fire that and it will work. Allan
- 11th Sep 2013Search feature is not working....Type 'User' in search box and you will not get the filtered result.the HTML from the search and all of your
- 3rd Sep 2013Help with placement of Search, and using "clear"I think these are the relevant definitions from demo_table_jui.css: .dataTables_length { // Show (menu) entries width: 40%; float: left; } .dataTables_filter { // Search width: 50%; float: right; text-align: right; } Works for me.