tablemaker icon indicating copy to clipboard operation
tablemaker copied to clipboard

Pass a class to automatic table output

Open bilke opened this issue 10 years ago • 3 comments

It would be useful if {{ entry.myTableField.table }} would allow to pass a parameter which adds a class to the outputted table-element:

{{ entry.myTableField.table("className") }}

bilke avatar Aug 13 '15 19:08 bilke

Good idea - I'll add it to the list!

joshangell avatar Aug 14 '15 07:08 joshangell

+1 to this 👍

If I get time, it might be something I can create a PR for as we get further along in our current client project (will see!).

SimonEast avatar Dec 22 '16 06:12 SimonEast

It would also be good if you could pass a class to individual columns as well as the whole table.

tyssen avatar Mar 27 '20 04:03 tyssen