Search
647 results 191-200
Forum
- 11th Apr 2014Removing table after submitting to server, and before rendering new tablesTitle": "Bandwidth (MB/s)" }, { "sTitle": "ART (ms)" }, { "sTitle": "Rack Space"
- 9th Apr 2014Secho ErroriFilteredTotal, "aaData" => array(), ); while ( $aRow = $rResult->fetch_assoc() ) { $row = array(); for
- 4th Apr 2014Datatable Server Side with firebirdHi Allan, I've found the solution... MYSQL [code] $row[] = $aRow[ $aColumns[$i] ];[/code] FIREBIRD [code]$row[] = $aRow->$aColumns[$i];[/code]
- 22nd Mar 2014Load more buttoncommunity? I've been searching alot but have not been
- 7th Mar 2014Server side info (Showing X to Y of Z entries) incorrectaaData" => array() ); while ( $aRow = $rResult->fetchArray() ) { $row = array(); for
- 28th Feb 2014AJAX source displays data but will not sortgt; array() ); $i=0; while ( $aRow = $rResult->fetch()) { $row = array(); /* General
- 19th Feb 2014Data Tables showing wrong pagination limits when used with server side processingHi Allan, thanks alot. That worked. iTotalDisplayRecords was not correct in my response. Thanks again.
- 31st Jan 2014Is there anyway i could read specific row from the database instead of displaying every row?iFilteredTotal . ', '; $sOutput .= '"aaData": [ '; while ($aRow = mysql_fetch_array($rResult)) { $sOutput .= "["; for ($i
- 9th Jan 2014Exporting Grand Total Rowsthe change. I see aRow is an array, I
- 31st Dec 2013Trying to use fixedColumn but for somereason it wont work at all.I made another fiddle - alot cleaner then the first