Search
3648 results 2141-2150
Forum
- 25th Jan 2011jQuery UI "Progressbar" in columnupgraded rendering to individual cells: [code] "fnDrawCallback": function() { $this
- 22nd Jan 2011Duplicate value suppressiondown into the blank cells. Then I created another
- 20th Jan 2011Highlight rows with CSSI just found out that the code (5.th message) works when I write following to the css file [code] .hell { background-color: #ECFFB3 !important; } [/code] The Problem is that the 'sorted' cells (td's) will not be highlightet. Ralf
- 14th Jan 2011Virtual rendering for massive speed and scalabilityand try to make cells editable with your keytable
- 12th Jan 2011Zoom out into browserit is halping a little but still have issues when some borders of cells are missing on zoom out in FF in IE borders are ok, but widths of headers and cells are different
- 9th Jan 2011What method is best for huge table?dealing with 90'000 data cells there, so a fair
- 9th Jan 2011Websocket?small overhead, if the cells are being updated often
- 2nd Jan 2011Populating THEAD dynamicallybasically to creating single cells with text in them.
- 31st Dec 2010Refresh dataTables datahas some empty table cells and the pagination is
- 13th Nov 2010My large table IE fix@sd_zuo [code]var cell = nTds[j]; var fc = cell.firstChild; if (fc == cell.lastChild && (fc.nodeType === 3 || fc.nodeType === 4)) { aLocalData[jInner] = $.trim(fc.nodeValue); } else ... [/code] Your code works, but you have to add something like (fc === null) for empty table cells. Andreas