Search
23433 results 11671-11680
Forum
- 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
- 20th Sep 2010After edit with jeditable, row no longer shows in search.for searches on other columns. Searching for either the
- 20th Sep 2010Dynamicall checkboxes with fnrenderin one of the columns for that row, oObj.aData[]
- 20th Sep 2010clarification of column mapping for complex headersit go over multiple columns). It's possible to have
- 19th Sep 2010FixedHeader and two thead rowsthe left and right columns, but it's not something
- 16th Sep 2010Table incorrectly sorts on 1st columnI am guessing you means column. For first column to initialized for no sorting you can put [code] "aoColumns": [ { "bSortable": false }, //First Column ..... //Set for rest of the columns ], //Set other properties [/code] More help on http://www.datatables.net/usage/columns