mDataProp on Server-side with Oracle

mDataProp on Server-side with Oracle

TrevorTrevor Posts: 31Questions: 0Answers: 0
edited January 2013 in General
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

Replies

  • TrevorTrevor Posts: 31Questions: 0Answers: 0
    edited January 2013
    Allan, any recommendations on where else I should add mDataProp to the oracle script? What I've done above doesn't appear to be working. I based this on where I placed mDataProp references in my SQL script but this doesn't seem to be leaving the gate.
This discussion has been closed.