Search
3636 results 1331-1340
Forum
- 13th May 2010True scrolling with Datatablesworking on a scrolling mode for DataTables 1.7 - of
- 11th Feb 2010IE td height expansion issue with jeditableSounds like you need a CSS rule specifically for IE6/7 to keep it in order. When in 'compatibility mode' IE8 will use the IE7 rendering engine... You could even use Conditional-CSS to target old IE versions: http://conditional-css.com/ :-) Allan
- 10th Feb 2010internet explorer Warning - added data does not match known column lengthand start private browsing mode to eliminate the false
- 28th Jan 2010bStateSave:true causes DataTable to fail in some casestable depending on the mode variable - but beyond that
- 25th Jan 2010Warning - added data does not match known number of columnsGus, I checked the aaData in debug mode and found there was a column containing the row num which was unwanted. Then I made some modifications in my SQL statement. Hope it helps. Thanks!
- 18th Jan 2010Paging Server Side Data On Clientsorting etc. In this mode, sAjaxSource is where it
- 16th Nov 2009Highlighting RowsAllan, what mode is fast between: [code] nRow.className = aData[0]=="Yes" ? "class_yes" : "class_no"; [/code] OR [code] if (aData[0]=="Yes") $(nRow).addClass("class_yes") else $(nRow).addClass("class_no") [/code] Is it fast nRow.className ="class" than $(nRow).addClass(''class'') ?
- 29th Oct 2009Using DataTables within jQueryUI TabsjQueryUI Tabs inn ajax mode: [code] Lab1 Lab2 Lab3
- 30th Sep 2009Counting Columns in a tableboth rendering in quirks mode - that in combination with
- 29th Sep 2009FixedHeaders v1.0.0 - "Freeze" the column titles at the top of the tableit was a quirks mode problem, but haven't tested