Search
13035 results 5301-5310
Forum
- 30th Nov 2010Printing does not print all my rowsIn order to get this working I had to add a jQuery('.dataTables_scrollBody').css('overflow', 'auto'); statement at the end of the fnPrintEnd(e) function and also added jQuery('.dataTables_scrollBody').css('overflow', 'visible'); statement a the end of the fnFeaturePrint() function
- 30th Nov 2010Adding rows with ColReorderYes - all DataTables internal data stores will be in the current order, including aoColumns and aoData properties. Allan
- 28th Nov 2010Creating a table with ajaxmysql_real_escape_string( $_GET['iDisplayStart'] ).", ". mysql_real_escape_string( $_GET['iDisplayLength'] ); } /* Ordering */ if ( isset( $_GET['iSortCol_0'] ) ) { $sOrder = "ORDER BY "; for ( $i=0 ; $i<mysql_real_escape_string(
- 23rd Nov 2010on page reload multiple filter values are not shown in input field with bStateSave trueI retrieve correct ID's (order) of inputs? I use
- 17th Nov 2010Column width, header and footers, and JSON datawhich DataTables creates in order to calculate the sizes
- 16th Nov 2010Problem with aasortingHi, Is there any way we can sort columns in following order -Special Characters -Number -Alphanumeric -Alphabet Thanks.
- 11th Nov 2010php in 'show and hide details'mysql_real_escape_string( $_GET['iDisplayStart'] ).", ". mysql_real_escape_string( $_GET['iDisplayLength'] ); } /* Ordering */ if ( isset( $_GET['iSortCol_0'] ) ) { $sOrder = "ORDER BY "; for ( $i=0 ; $i<mysql_real_escape_string(
- 9th Nov 2010Adding another header rowthat are needed in order to display the table.
- 8th Nov 2010Column widthsthat is created in order to calculate the widths,
- 6th Nov 2010Help - Datatables and jQuery UI Modal examplescripts in the proper order in the head. My