attoae / quill-table-better

A module that enhances the table functionality of Quill.
MIT License
20 stars 4 forks source link

[Request] Don't force classname #10

Open KriKrixs opened 3 weeks ago

KriKrixs commented 3 weeks ago

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 ?

attoae commented 3 weeks ago

Do you want to add a class name to the table tag? And display it like this below?

KriKrixs commented 2 weeks ago

Yep exactly but i need to have a control on this

attoae commented 2 weeks ago

I am trying to solve this issue.