Search
23432 results 11341-11350
Forum
- 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 2011sorting using select boxis working on all columns, but I only need
- 27th Jul 2011ScrollY, header th width not correctone of its tables' columns adjusted. The "show" function
- 27th Jul 2011create a table with 1 column containing 2 headersdata column span 2 columns. (Allan shows an example
- 27th Jul 2011can someone explain this error?Hi GregP, Thanks for replying. I have only hidden table data. But all the columns are visible and created on the fly. So i will try aoColumns as you suggested. Rajiv
- 25th Jul 2011fnRowCallback with JSON data source and search match highlightinghighlighting when filtering individual columns.
- 22nd Jul 2011Creating an Action column for icons View - Edit - Deletecode] And define my columns with aoColumns like you
- 21st Jul 2011Using TreeTable With DataTables For Parent-Child Relationshipsindividually, sorting as well. Columns wouldn't align either. It
- 21st Jul 2011fnSetColumnVis and open rowsbe +/- the amount of columns added / removed. Is this
- 21st Jul 2011Exclude data from sortMrs etc from that column's sorting, whilst still displaying