mDataProp on Server-side with Oracle
mDataProp on Server-side with Oracle
I'm using the default server-side script for oracle but am having trouble getting mDataProp to work with it... I'm new to oracle so I'm not quite sure I've added all of the necessary mDataProp statements to my server-side script.
Here's a debugger output: http://debug.datatables.net/iloviy
So far, I've changed the following sections like so:
[code]/*
* Ordering
*/
if ( isset( $_POST['iSortCol_0'] ) )
{
$sOrder = "ORDER BY ";
//Go over all sorting cols
for ( $i=0 ; $i
Here's a debugger output: http://debug.datatables.net/iloviy
So far, I've changed the following sections like so:
[code]/*
* Ordering
*/
if ( isset( $_POST['iSortCol_0'] ) )
{
$sOrder = "ORDER BY ";
//Go over all sorting cols
for ( $i=0 ; $i
This discussion has been closed.
Replies