Hiding DOM elements instead of removing them from DOM
Hiding DOM elements instead of removing them from DOM
Hi, community!
I use 1.5.4 version of this plugin and have a next question. How can I hide table DOM elements instead of removing them from DOM? What I mean is when I navigate through pages, all previous page DOM elements removed from DOM, so I can't access them. I need to have an access to all the DOM elements within table, no matter what page I'm currently on. I suppose there's some place, where all the table HTML stores and when we navigate through pages, appropriate HTML piece loads into visible table part. The other option, suitable for me, is to know where this HTML locates.
I tried this solution, but it didn't work for me: http://stackoverflow.com/questions/14372655/jquery-datatables-hide-column-without-removing-it-from-dom.
I can't provide a link to a page, which shows the problem because it's internal usage, protected by NDA. Though, this is reproducible even on this site main page demo.
Appreciate any help.
Thanks.
I use 1.5.4 version of this plugin and have a next question. How can I hide table DOM elements instead of removing them from DOM? What I mean is when I navigate through pages, all previous page DOM elements removed from DOM, so I can't access them. I need to have an access to all the DOM elements within table, no matter what page I'm currently on. I suppose there's some place, where all the table HTML stores and when we navigate through pages, appropriate HTML piece loads into visible table part. The other option, suitable for me, is to know where this HTML locates.
I tried this solution, but it didn't work for me: http://stackoverflow.com/questions/14372655/jquery-datatables-hide-column-without-removing-it-from-dom.
I can't provide a link to a page, which shows the problem because it's internal usage, protected by NDA. Though, this is reproducible even on this site main page demo.
Appreciate any help.
Thanks.
This discussion has been closed.