Forums
Forums / Plugin: TablePress - Tables in WordPress made easy / Hiding rows not working
(@argentum)
10 years, 6 months ago
Hello. I am trying to hide the first column and all rows but the header and row six.
[table id=2 hide_columns=”1″ show_rows=”1,6″ /]
The first column is hidden but all the rows still shows.
https://ww.wp.xz.cn/plugins/tablepress/
(@tobiasbg)
Hi,
thanks for your post, and sorry for the trouble.
You’ll have to hide all rows, before then showing rows 1 and six again:
[table id=2 hide_columns="1" hide_rows="all" show_rows="1,6" /]
Regards, Tobias
Aah. Great. Wonderful! 🙂 Thanks!
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes, Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
The topic ‘Hiding rows not working’ is closed to new replies.