Search
13902 results 991-1000
Forum
- 2nd Aug 2017Multiple search terms in data-search attribute (including guids)Actually, I'm trying to add two guids into the search, I can search for the text part but not the guid <tr data-search="This text part search works the guids don't 566fc620-c6bc-11dd-ad8b-0800200c9a66 a84fe2b5-e380-4700-817c-b68a66aede2d">
- 2nd Aug 2017select search for multi column is not workingval = $.fn.dataTable.util.escapeRegex( $(this).val() ); column .search( val ? '^'+val+'$' : '', true, false
- 2nd Aug 2017Trying to limit search to my first columnthe first column of the table Mark all other columns as not searchable with columns.searchable. create the ability to search by column column().search(). Allan
- 1st Aug 2017search field big delay whe typing in box for 1000 rowsuse ajax since the search itself is not too
- 28th Jul 2017Column search second headercolumn_search",function () { table .column( $(this).parent().index() ) .search( this.value ) .draw(); } ); } );
- 27th Jul 2017Performing auto searchThanks for the link. There is a Javascript error happening on the page which is stopping the search from happening. That appears to be caused by an empty row (<tr></tr>) in the thead element. Allan
- 21st Jul 2017Search filter created in my doesn't work when datatables plugin is usedbuilt your own external search, how are you telling
- 17th Jul 2017Identify whether the request is navigation or search?offset), length (limit) and search term whether the request
- 13th Jul 2017How to show a few rows above and below the row that corresponds to the search?I am disabling sorting on the columns, so that won't be a problem. I was kind of expecting similar search feature as when pressed ctrl+f for searches that match more than one row.
- 12th Jul 2017Google Search Sitelinkshow to inject a search bar into a Google