Search
1494 results 661-670
Forum
- 16th Dec 2010Sorting Glitch in v1.7.4 -- Possible Bug?var x = a.match(/title="*(-?[0-9]+)/)[1]; var y = b.match(/title="*(-?[0-9]+)/)[1]; x = parseFloat( x
- 2nd Dec 2010Sorting dates, handling null valuesukDatea[0] + ukDatea[1]) * 1; var y = (ukDateb[2] + ukDateb[0] + ukDateb[1]) * 1;
- 1st Dec 2010Currency Sorting Examplea.replace( /,/g, "" ).replace(/\$/g,""); var y = b == "-" ? 0 : b.replace( /,/g,
- 29th Nov 2010sorting german date - please helpukDatea[1] + ukDatea[0]) * 1; var y = (ukDateb[2] + ukDateb[1] + ukDateb[0]) * 1;
- 4th Nov 2010"row_id" is null - how can i pass a MYSQL row's ID to the submitdata function?examples_support/editable_ajax.php', { "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 4th Nov 2010[Docs] Plugins : Sorting : "formatted-num" functions are backwardsI got it to work by adding in two extra replace calls: [code] y = y.replace('/',''); x = x.replace('/','');[/code] But that seems to indicate that their is a problem with the regex in the plugin, right?
- 3rd Nov 2010creating custom orderingx = fnPriority( a ); var y = fnPriority( b ); return ((x
- 27th Oct 2010Urgent Help! scrollX and JQuery UI together is broken?????this, if you scroll y header will by scrooled
- 23rd Oct 2010Maximum column valueis the row and y is the column). Allan
- 19th Oct 2010Regarding row_details example.2 objects (properties: x, y) Thanks