rowCallback changed displayIndexFull no longer an option

rowCallback changed displayIndexFull no longer an option

felixgillfelixgill Posts: 24Questions: 7Answers: 0

so rowCallback has now changed and it accepts (row,data) thats cool... but how do i now access displayIndexFUll as I was previous using this to add row numbers to my data.

data.row = displayIndexFull + 1;

this is now broken --- what si the workaround?

This discussion has been closed.