Not loading hidden column data with links
-
http://thescorecardreview.com/film-review-database
I wonder if the TablePress plugin changed the way they handle “hidden” columns at some point. The custom javascript in the TablePress settings expects the first column (with the movie ID in it, that links to the review) to be present on the page but hidden. What I’m seeing in the HTML when I load a page is that the first “hidden” column isn’t just hidden, it’s not even present. That means the link isn’t being generated for the title because that column is missing, and it also means the date thing stopped working because it expects to operate on the 2nd column (the 1st being the hidden one, you’ll recall), but now the 2nd column isn’t a date field at all.
The topic ‘Not loading hidden column data with links’ is closed to new replies.