Search
647 results 261-270
Forum
- 19th May 2012bSearchable = false not working at alliFilteredTotal, "aaData" => array() ); while ( $aRow = mysql_fetch_array( $rResult ) ) { $row = array();
- 17th May 2012Server Side ErroraaData" => array() ); while ( $aRow = mysql_fetch_array( $rResult ) ) { $row = array();
- 8th May 2012Stuck on processing problemiFilteredTotal, "test" => array() ); while ( $aRow = mysql_fetch_array( $rResult ) ) { $row = array();
- 6th May 2012Exporting multiple tables into one pdfThx alot Allan! Hope i will
- 5th May 2012How to filter results with special characters using jQuery DataTables plugin?for 'hospital_name' column / $row[] = ($aRow[ $aColumns[$i] ]=="0") ? '-' : htmlentities($aRow[ $aColumns[$i]
- 4th May 2012Set column value to a link - PHP example codeSomething like this should do it: [code] while ( $aRow = mysql_fetch_array( $rResult ) ) { $row = array(); for ( $i=0 ; $i<count($aColumns) ; $i++ ) { if ( $aColumns[$i] === "myLinkColumn" ) { $row[] = '<a href="...">'.$aRow[ $aColumns[$i] ].'</a>'; } else { /* General output */ $row[] = $aRow[ $aColumns[$i] ]; } } $output['aaData'][] = $row; } echo json_encode( $output ); Allan
- 3rd May 2012Colvis + Tabletools export problemsThnx allan that helped alot
- 1st May 2012Scroller behavior for variable-height tablefalse, "bVisible": false }, { "sName": "art", "bSearchable": false, "bVisible": false
- 20th Apr 2012fnServerParamsWoa, that was much easier than I expected. Thanks alot for your help much appericated, Alan. Keep up good work with DataTables!
- 19th Apr 2012ThemeRoller issueHi art, Put it into /dt/media/css/demo_table_jui.css