Search
23531 results 11301-11310
Forum
- 10th Nov 2011sWidth has no effect in IE8 & Chrome with long textI changed my columns to html and wrapped my data in divs. You can then set the width of the div and the column will follow.
- 10th Nov 2011Sorting a column with bgcolor loses the bgcolor markupasStripClasses's array sets the css style for the whole row, not individual columns (sigh). Anybody have ideas on this or dealt with this?
- 10th Nov 2011Loading the data grid takes much longer in ie8 verse chrome browserthe number of rows / columns, if you are using
- 10th Nov 2011How to implement filtering when database values don't match display values?totalRecords = prefilterCount; totalDisplayRecords = postfilterCount; // Columns abbreviated for readability (actually
- 9th Nov 2011fnUpdate recursion causes error when the row's data object contain an object/array for a columnthe row with the columns array data which is
- 8th Nov 2011Problem when I render a column.that would affect other columns. Also be careful of
- 7th Nov 2011Drop Down filterhave data from any columns, it will be categories
- 5th Nov 2011Memory Leakusers selection of what columns they want included. function
- 4th Nov 2011DataTables editing examplehmm can columns have id's as well? I could just set the id for the column to the integer representing the string so that I can fetch the integer to make the proper one selected.
- 4th Nov 2011Combine Row Details and Exclude Column Functionality, Row Detailsthe option to show/hide columns like in: http://www.datatables.net/release-datatables/extras/ColVis/exclude_columns.html Here