Search
23528 results 11761-11770
Forum
- 2nd Oct 2010multiple sTypes in one call to dataTablespossible to target multiple columns with a single column
- 30th Sep 2010header width issuevisible, the headers and columns are adjusted properly when
- 30th Sep 2010Stumped on a sorting problem.HTML parsing on the columns worked. [code] "aoColumnDefs": [ { "sType":
- 30th Sep 2010Multiple Filtering - Move input boxes to top?There's an example of how to get the filtering columns in the headings here: http://datatables.net/forums/comments.php?DiscussionID=89&page=1 I've had good results with this too!
- 29th Sep 2010combine Tabletool and individual column filteringoLanguage": { "sSearch": "Search all columns:" } }); $("tfoot input").keyup( function () { /* Filter
- 28th Sep 2010Search on hidden column...Columns can be hidden by setting {"bVisible": false } for the columns. See here for examples: http://www.datatables.net/examples/basic_init/hidden_columns.html By default, the column will remain searchable. By setting bSearchable the column can be excluded from search too, e.g. {"bVisible": false, "bSearchable": false }
- 27th Sep 2010Null errors on Simple Implementationmatch known "+ "number of columns ("+oSettings.aoColumns.length+")" ); oSettings.iDrawError = oSettings.iDraw; return
- 24th Sep 2010Table expands after calling a func.destroyed and the hidden columns. When DataTables destroys the
- 22nd Sep 2010sAjaxSource removes attributes and event listeners from table cellsdata, dtRowIndex, actualRowIndex) { var columns = this.aoColumns; var cells = $('td',tr);
- 21st Sep 2010datatbles 1.7.2 bug multiples tablesGood to here the fix also worked for that. It was exactly the same problem, but shows up slightly differently since your first table has more columns than the second. I'll release 1.7.3 reasonably soon with this fix. Allan