Search
43927 results 23511-23520
Forum
- 9th Jan 2012Separate Search textbox or combo boxCan I make a separate search control like input textbox or dropdown combobox as search box using data tables? You most certainly can. Just use the fnFilter API method to filter the table based on whatever input you want. Allan
- 9th Jan 2012Allow use of local storages instead of cookiesit and after the table is completely initialized delete
- 9th Jan 2012iDisplayLengthIs the table hidden (in a display:none)
- 8th Jan 20122 datatables on 1 page & dataTables_filterYup - you need to target your CSS selectors suitably :-). DataTables automatically adds a DIV wrapper around the table with an ID of {tableid_wrapper}. So if your table has an ID you can do: [code] table1_wrapper div.dataTables_filter {...} table2_wrapper div.dataTables_filter {...} [/code] Allan
- 8th Jan 2012Pass a search filter via URL parametera filter to the table during its initialisation? That
- 7th Jan 2012Help! Mysql Improvedfor fast and accurate table cardinality) */ $sIndexColumn = "id"; /* DB
- 6th Jan 2012Issue with pagination and jQuery functionalityis called whenever the table updates. Thanks again!
- 6th Jan 2012can't make serverSide worksfile, and populate the table with 25 rows. But
- 6th Jan 2012Column mis-alignmentway: 1) Added ".dataTables_scrollHead table{ table-layout:fixed;}" style; 2) Surrounded
- 6th Jan 2012Horizontal scroll broken in FireFoxMy guess is that you'll need to add [code] table { clear: both; } [/code] to your CSS. However if that doesn't do it, could you link us to your example please? Thanks, Allan