-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Request] Don't force classname #10
Comments
Yep exactly but i need to have a control on this |
I am trying to solve this issue. |
hi there, one question, now, how can i switch the class? |
Whether it is a default classname or a dynamic classname? |
It's a bootstrap class |
const TableContainer = Quill.import('formats/table-container');
TableContainer.defaultClassName = 'xxx'; |
Hi there,
First, thanks a lot for this module !
I have a request regarding class names of the table.
I need to apply some framework's CSS class such as Bootstrap etc...
For this i have developed a small module to be able to edit the source code.
Everything works great but it seems like with the table created with your module, i can't do this.
Is there a way to don't overwrite the class ?
The text was updated successfully, but these errors were encountered: