Search
1494 results 1391-1400
Forum
- 2nd Aug 2011Sorting function to sort upcoming birthdaysfunction(a, b) { x = calculate_date(a); y = calculate_date(b); return ((x <
- 21st Jul 2011Exception on pressing Escapehandling) ... [code] _fnSetFocus( _fnCellFromCoords(x, y) ); [/code] ... x and y
- 18th Jul 2011Including search criteria in PDF outputcriteria of X and Y returned the following results:'
- 15th Jul 2011Scroller - fnInfoCallback problemthe "Showing X to Y of Z..." format. However,
- 12th Jul 2011Columns are not sortable after ajax returns dataexamples_support/editable_ajax.php', { "callback": function( sValue, y ) { /* Redraw the table from
- 8th Jul 2011Problem getting startedMARKET 63101 3141234567 3142345678 Y joewsmith@gmail.com 1434957 1352369 07/04/2011
- 7th Jul 2011Currency Sorting Algorithm Bugged on Null Data Valuesthe local X and Y variables get assigned to
- 5th Jul 2011KeyTable, Jeditable, DataTable with jsonform_edit.php', { "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 4th Jul 2011editable datatable with a select????includes/actions/edit_user_tables.php', { "callback": function( sValue, y ) { var aPos = oTable.fnGetPosition( this
- 24th Jun 2011Sorting numbers with point separator for thousand (1.999,99 €)a.replace( /./g, "" ).replace( /,/, "." ); var y = (b == "-") ? 0 : b.replace( /./g,