Print Row is certain Column is filled
-
Hello TablePress support team,
I’m looking for a feature that I don’t know if it is already possible to do:
I want to display the same table in 2 pages BUT I want the table on the second page to display only rows that have the column 6 filled with some data.
Is it possible to accomplish this request of my client with the current state of the plugin? I am willing to do some php if necessary.
EDIT:
I was thinking about something like:if table_id is x { cycle { if column 6 is filled { print row } } } else { cycle { print... } }
It’s just a theory in my mind. I’m not experienced in wordpress and I don’t know if it’s possible to accomplish what I’m trying to do.
EDIT 2:
I also thought about hiding those rows with jquery on page load. But that’s easily “hacked” using browser tools and inspecting element of the page.Thank you for your time.
Bruno
- The topic ‘Print Row is certain Column is filled’ is closed to new replies.