fnrender data only showing upon next pagination button being clicked

fnrender data only showing upon next pagination button being clicked

mysticgohan53mysticgohan53 Posts: 1Questions: 0Answers: 0
edited September 2012 in General
I am using the following to get the contents of a cell dynamically and then show that content.
[code]
{
"fnRender": function ( oObj ) {
var numOpen=jsonOpen.length;
var j=0;
var open=0;
while(j
This discussion has been closed.