Hi,
thanks for your question, and sorry for the trouble.
I assume that you only want to show rows 2, 3, and 4? Then you will have to hide all columns first, and then make them visible it that Shortcode parameter again:
[table id=24 hide_columns="1,3,4,6,7,10,11,12,13,14,15,16,17" responsive="flip" hide_rows="all" show_rows="2,3,4" /]
Regards,
Tobias
Hi Tobias,
thx for the hint, that worked!
I took that example from the documentation page: https://tablepress.org/documentation/
You probably add the hide_rows=”all” to the example 🙂
Another issue i found, is that the column_widths attribute isn’t working. It looks like the hide_columns attribute doesn’t rebalance the column width appropriate. Using 5 columns the first four columns take all the width (more than they actually need) and the fith is out of my visible canvas.
Anyhint or workaround too?
My Example:
[table id=24 hide_columns=”1,3,4,6,7,10,11,12,13,14,15,16,17″ responsive=”flip” hide_rows=”all” show_rows=”1,93,101,102,103,104,105″ column_widths=”20%|20%|20%|20%|20%” /]
Hi,
I don’t recommend using the column_widths Shortcode parameter, but “Custom CSS”, as shown in https://tablepress.org/faq/column-widths/.
This is more reliably, usually.
If it doesn’t work with that either, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias