theTechnoclast
Forum Replies Created
-
I’m not an expert, but will try to (with your permission) dig through the PHPs of TablePress and try to find a way to add a parameter to only fetch one row of data. Might work on it when I have some free time.
If I’m not mistaken, the entire table html is parsed all in “class-render.php”. That’s where I’ll start.
Thanks for the reply!
My bad, in the last part I kept saying columns but I meant ROWS.
—— EDITED ——-
So I think the entire table still exists and loads on the page, but the JavaScript hides the rows not needed. This though messes up the Search function who still sees the invisible rows.
Is there a possible way to just fetch one row entirely, not filtering it? Making the invisible rows not exist entirely?
I know you can fetch Table ID’s, and even fetch specific cells, but can you fetch specific rows too – that would let us fetch the exact row, making it more accurate than the filter plugin.
Any help would be greatly appreciated! More power to TablePress!
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Update ruined my thumbnailsHi there! Sorry it took so long for me to get back to this post and I really appreciate the replies and help!
Changing line 1048 solved this one for me exactly. The image it’s using is the first one. My theme doesn’t have featured images.
Anyway, I think I’ll keep the line 1048 change for the time being, hope that helps out anybody who has the same issue.
Again, thank you very much again for the help and this awesome plugin!