-
Notifications
You must be signed in to change notification settings - Fork 126
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
Table extension #182
Comments
Hi, My sponsor appeared, whose money should come soon. He asked me to add tables, so table support may become available within a week or two. |
nice :) |
Hi Ilya, that's great to hear! I just found you package earlier today and one of the only things missing is the table support. I'll be looking forward to this feature! |
iliyaZelenko
pushed a commit
that referenced
this issue
Jun 1, 2020
Duplicate of #20 New release: #20 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This is a fantastic package but I'll like to add Table module extension
You say : "I can easily add more."
So after using the nativeExtensions
public nativeExtensions = [ new Table({ resizable: true }), new TableHeader(), new TableCell(), new TableRow() })() ];
All seem to be ok, but I can't see the Table button.
How can I add it ?
Thanks
The text was updated successfully, but these errors were encountered: