Is syntax correct on shortcode to show_columns and show_rows?
-
I have a table with 10 columns and about 120 rows. I want to display only 3 of the columns and 10 of the rows on a page so I use this shortcode:
[table id=10 show_columns="A,B,C" show_rows="1,2,3,4,5,6,7,8,9,10" /]
Also, the support documentation says the show_columns are numbered like 1,2,3,4 but on my tablepress I see letters A,B,C,etc. Is this a problem?
However, the entire table (all 10 columns and 120 rows) are displaying. Is my syntax incorrect? it seems fine to me.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is syntax correct on shortcode to show_columns and show_rows?’ is closed to new replies.