-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
FEATURE - Table component support #299
Comments
I think this might be technically correct according to the VF: But maybe |
VF-WP uses the The logic for this is that it's not pragmatic to add all the classes needed to a table. |
Right! What I meant was table styles. There is only As for the full width, maybe a good solution would be to have a toggle switch in table settings to determine it. |
It's possible with JavaScript to edit the native Gutenberg table block and add custom styles / options (to some extent). For the HTML render I've been using PHP filters to replace any markup and classes as necessary. There isn't any table block filters yet so it's using the default WP styles. |
I will add that of course. I don't think |
here's what the table looks like inside of https://visual-framework.github.io/vf-core/components/detail/vf-content.html |
There's also the |
Table block needs integrations with
https://visual-framework.github.io/vf-core/components/detail/vf-table.html
Currently:
Input:
Output:
The text was updated successfully, but these errors were encountered: