Search
1494 results 591-600
Forum
- 6th Oct 2011Do not display the unused, blank rows of a resultset. Datatables always "reserves" space for 10 rowsis set [quote]When vertical (y) scrolling is enabled, DataTables
- 2nd Oct 2011Negative currency0 : a.replace( /,/g, "" ); var y = b == "-" ? 0 : b.replace( /,/g,
- 22nd Sep 2011function fnCalculateColumnWidthsWhen scrolling (X or Y) we want to set
- 21st Sep 2011Datatable initialisation issue with aoColumnDefs on Internet Explorer 7function(a,b) { x = parseFloat( a ); y = parseFloat( b ); return ((x
- 20th Sep 2011Czech letters sortingfunction(a, b) { x = char2Diacritic(a); y = char2Diacritic(b); return ((x <
- 20th Sep 2011Percentage sortinga == "-" ? 0 : a.replace(/./g, ""); var y = b == "-" ? 0 : b.replace(/./g, ""); x
- 15th Sep 2011uniDate — universal date sorting pluginsec"]); // abbrev uniDate("2012-12-24 17:47:39", ["y", "m", "d", "h", "i",
- 8th Sep 2011Using AJAX - I can't use an specific TR classsubmit', "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 5th Sep 2011enable jeditable on click of rowvalue); }, { "callback": function (sValue, y) { // Redraw the table from
- 2nd Sep 2011Need help sorting numbers with comman and dot like 1,512,542.85 / 985,124.05 / 7,542.12g, "" ).replace( /./, "."); var y = (b == "-") ? 0 : b.replace( /,/g,