fnGetData returns undefined values when bVisible is set false
fnGetData returns undefined values when bVisible is set false
jcp20
Posts: 1Questions: 0Answers: 0
I have a table with many columns, so I've set bVisible to false on some of the columns so that the table isn't stuffed with data. If I render the page normally and then call fnGetData on a row, it returns all of the row data as expected. However, if I use fnAddData to add a row to the table, and then use fnGetData to get that same row out of the table later, the rows with bVisible: false return undefined values. Is this a bug, or am I doing something wrong?
This discussion has been closed.
Replies
Allan