Hidden table rows not selectable with jQuery?
Hidden table rows not selectable with jQuery?
bassman02
Posts: 2Questions: 0Answers: 0
Hi all,
I noticed after upgrading dataTables that now columns hidden via the "bVisible" : false mechanism are now completely removed from the html (unless I am misremembering it used to simply be given a "display:none" CSS value). This seems to make it impossible to get the cell information via a generic jQuery selector statement. Instead I guess I'll have to write something a lot less simple and elegant using fnGetData or something. Kind of frustrating.
Is there a reason this change was made? Am I missing a simple way to get the hidden cell, preferably via the id attribute?
Thanks!
I noticed after upgrading dataTables that now columns hidden via the "bVisible" : false mechanism are now completely removed from the html (unless I am misremembering it used to simply be given a "display:none" CSS value). This seems to make it impossible to get the cell information via a generic jQuery selector statement. Instead I guess I'll have to write something a lot less simple and elegant using fnGetData or something. Kind of frustrating.
Is there a reason this change was made? Am I missing a simple way to get the hidden cell, preferably via the id attribute?
Thanks!
This discussion has been closed.
Replies