Server Side processing and DT_RowId

Server Side processing and DT_RowId

danharperdanharper Posts: 2Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
I'm building my json as follwows

[code]
while ( $aRow = mysql_fetch_array( $rResult ) )
{
$row = array();
$row['DT_RowId'] = 'example';
for ( $i=0 ; $i

Replies

This discussion has been closed.