Search
14057 results 7801-7810
Forum
- 6th Mar 2012Table slow in FF, fast in Chromeuser types in the search field. Most other widgets
- 3rd Mar 2012Bug: Sort number column, and sTypethat plugin does numeric search properly. in the plugin
- 2nd Mar 2012Use DataTables on a ASP.NET GridView?Page. It adds a "search box", formats rows, but
- 2nd Mar 2012SOLVED: Starting with empty table?filled: [code] $('#search').click( function () { search = true; oTable.fnDraw(); } ); [/code] With
- 2nd Mar 2012Script Error while loading long size dataAllen, I relised that search function only does't work
- 29th Feb 2012Filtration delaybe typed into the search field before filtering starts?
- 29th Feb 2012Change tfoot positiontag to include the search inputs but there is
- 26th Feb 2012Column Stretchingellipsis as well, just search the forum :-) ). Allan
- 24th Feb 2012cleanup fixedheadertime as my customized search function called the initDataTable.
- 21st Feb 2012Html Bug?for any one who has similiar issues here is the solution [code] $(document).ready(function () { $('#tblLegalDetTrace').dataTable({ "oLanguage": { "sSearch": "Search:" }, "iDisplayLength": 10, "aaSorting": [[0, "asc"]], "bAutoWidth": false, "bStateSave": true }); $("#tblLegalDetTrace").css({ "font-size": "10px" }); }); [/code]