Search
14048 results 1451-1460
Forum
- 21st Jan 2011Search query woes. Need to add an AND condition to default search query.your great work! I searched the forum, but I
- 10th Jan 2011i have some issues with my pagination results in plain php when i apply filter on searchserach bar when i search something in it ..it
- 8th Dec 2010Disable on-the-fly searchfunction(e) { var $$this = $this; // Search immediately if enter was
- 24th Nov 2010Passing value to details column searchif not using the search function. User goes to
- 17th Nov 2010Input fields appended at the end of search fieldcode] // Add advanced search button next to search
- 10th Nov 2010Table doesn't load when using search fieldshave another issue. The Search, sorting, filtering abilities don't
- 27th Oct 2010BServerSide and multiple word searchThe problem is when I type more than one word it gives no result. Everything else works fine now. I need to search for words from all columns. Vedran
- 26th Oct 2010Boolean searchTo be able to control the search in this manner you can use the fnFilter API function ( http://datatables.net/api#fnFilter ) and built a regex string with the exact match that you want. Allan
- 19th Oct 2010Detail row + column search togetherif there is a search. // But what if there
- 11th Oct 2010Exclude Column from SearchIt is possible to exclude columns from the search by using "bSearchable": false. See the bSearchable example here: http://www.datatables.net/usage/columns