We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 }}
{{ entry.myTableField.table("className") }}
The text was updated successfully, but these errors were encountered:
Good idea - I'll add it to the list!
Sorry, something went wrong.
+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!).
It would also be good if you could pass a class to individual columns as well as the whole table.
joshangell
No branches or pull requests
It would be useful if
{{ entry.myTableField.table }}
would allow to pass a parameter which adds a class to the outputted table-element:The text was updated successfully, but these errors were encountered: