Search
1494 results 551-560
Forum
- 30th Apr 2012Scroller behavior for variable-height tableI can see a "y" property that is correctly
- 30th Apr 2012jeditable / DataTables - How can I refresh table after edit?code] "callback" : function( sValue, y) { var aPos = oTable.fnGetPosition( this
- 27th Apr 2012improvement to num-htmladding this condition - if ( isNaN( y ) ) { y = -1; }; - is causing Alerts to popup with a message "NaN" whenever the js function is invoked having this condition. Why is this happening??
- 24th Apr 2012sort date/timeJust wondering if anyone else has run into this? I thought this was better but it looks to suffer from similar problems [code]date('d M Y H:i:s',strtotime($utc)+$timezone_offset6060);[/code]
- 16th Apr 2012Sorting Issuex = a.replace( /<.?>/g, "" ); var y = b.replace( /<.?>/g, "" ); x = parseFloat(
- 6th Apr 2012Sorting columns with date(Format : MM/dd/yyyy) with datatables not workingYou mistake in wrong valulues. Try this var x = usDatea[2]365 + usDatea[0]30 + usDatea[1]; var y = usDatea[2]365 + usDatea[0]30 + usDatea[1];
- 30th Mar 2012Double clicking shows the html sourcecore/actions/handle_requests.php?action=writeTable', { "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 22nd Mar 2012keep pagination state on fnReloadAjaxpath/to/php_page', { "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 21st Mar 2012Having trouble with dateformat dd.mm.yyyyukDatea[1] + ukDatea[0]) * 1; var y = (ukDateb[2] + ukDateb[1] + ukDateb[0]) * 1;
- 18th Mar 2012sort date format mm/dd/yyyyfunction(a, b) { x = calculate_date(a); y = calculate_date(b); return ((x <