I have a question about the show_rows, hide_rows, show_columns, hide_columns parameters. I know I can use them like this:
hide_rows="2,3,4,5,6,7,8,9,10"
But can I use ranges?
hide_rows="2-10"
My tests suggest not, but I'm wondering if there's something I've overlooked.
As an alternative, I found the extension to filter a table, but it doesn't seem able to apply a filter to specific columns (ie, show rows where the fourth column matches a specific string).
Thanks,
-Ken