Search
14048 results 1321-1330
Forum
- 15th May 2014Search via APIin that example the search box should automatically be
- 11th May 2014Can I add a button to the right of the default 'Search' box?shows up inside the search box on the right-hand
- 11th May 2014Replace first column filter with a reset button to reset search inputsto 100, your next search only searches those rows, not the
- 9th May 2014Search capability on the forumwas that Google Custom Search only works over http.
- 29th Apr 2014Exact search match in 1.10Hi Allan, Sorry for the delay.. Here's a test case http://cloud-contractor.co.uk/zTest2.php Also, if you look at the link below, it uses a non exact search and works fine http://cloud-contractor.co.uk/zTest1.php Thanks Lyndon
- 23rd Apr 2014Search box is not aligned correctlySearch your css file(s) for dataTables_length and dataTables_filter.
- 28th Mar 2014Search, click a link in the table, come back, the search is lostYou can use oSearch to initialize the search. You would need to save the search term though, or find where it is stored in the table object. fnSettings might return the value.
- 17th Mar 2014How to remove cross icon in search boxYou could use: [code] $('.dataTables_filter input').attr('type', 'text'); [/code] That will change the input element into a started text input rather than a search box. Allan
- 14th Mar 2014Loading and next works fine - crashes on searchthe crash on the search. I changed the first
- 7th Mar 2014Search filter APIAnyone? Anyone know how to reset the search filter? Passing in an empty string ('') does not seem to work.