fnGetData returns undefined values when bVisible is set false

fnGetData returns undefined values when bVisible is set false

jcp20jcp20 Posts: 1Questions: 0Answers: 0
edited June 2011 in Bug reports
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?

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Hmmm - that sounds like a bug, although a slightly surprising one. Can you post a link to a demo which is doing this, or your initialisation code please?

    Allan
This discussion has been closed.