Search
43927 results 24021-24030
Forum
- 31st Jul 2011Multiple Tables on Page with Select FilteringTH element in the table footer */ // Was $("#tfoot0 tfoot
- 31st Jul 2011Adding a "Where" clause in PHP queryare you intiailizing the table more than once?
- 30th Jul 2011Filters in head sectionHere is the ready function [code] $(document).ready(function() { /* Initialise the DataTable */ var oTable = $('#example').dataTable({"oLanguage": {"sSearch": "Search all columns:"} }); /* Add a select menu for each TH element in the table footer */ $("#example thead tr").clone().prependTo($("#example thead")).find("th").each(function(i) {this.innerHTML = fnCreateSelect(oTable.fnGetColumnData(i)); $('select', this).change(function() {oTable.fnFilter($(this).val(), i); }); } ); } [/code]
- 30th Jul 2011jeditable/datables/mysqlto save.php and below table sent out accordingly. Works
- 30th Jul 2011sorting using select boxcolumn in the database table, or only those that
- 29th Jul 2011coloring a row (ajax data)for my purposes the table will hold no more
- 29th Jul 2011extra parameter in formYou were right, the table is between the <
- 28th Jul 2011How to open new page on the same tab (jquery tab + datatables)didnt work =/ i think something is wrong with the selector, it should work just with 'a' , but it doesnt, maybe because its inside the table.. maybe something like this would work: $('dataTables_scrollBody.a', ui.panel) thanks!
- 28th Jul 20112 datatables & 2 filters on the same pageI think he can make it work with the code above. But he will need to set up handlers to trigger the other table when one table filters.
- 28th Jul 2011DataTables with Server side processingwant to filter the table depending on this form.input.values?