Quill: How to load table tag into Quill ?

Created on 17 May 2017  路  2Comments  路  Source: quilljs/quill

Hello,

I need to load an HTML content with a table into my editor, the problem is that Quill can't understand it.

HTML content loaded into Quill :
```

Firstname Lastname Age
Jill Smith 50
Eve Jackson 94

```

Quill transform it :
<p>FirstnameLastnameAgeJillSmith50EveJackson94</p>

I have this problem on all browsers, and Im using Quill 1.2.4.
I search and found a lot of issue about how to add table, but it's not my kind of problem here ...

Any ideas guys ?

Most helpful comment

Put it on your front page: "NO TABLE SUPPORT!"

All 2 comments

Discussion about table support: https://github.com/quilljs/quill/issues/117

Put it on your front page: "NO TABLE SUPPORT!"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sachinrekhi picture sachinrekhi  路  49Comments

jasongisstl picture jasongisstl  路  33Comments

jhchen picture jhchen  路  129Comments

EmilStenstrom picture EmilStenstrom  路  59Comments

benwasser picture benwasser  路  45Comments