singerdmx / flutter-quill

Rich text editor for Flutter

Home Page:https://pub.dev/packages/flutter_quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add table in flutter quill

Palimoraihan opened this issue · comments

Is there an existing issue for this?

The question

How to add some table flutter quill ?

For simple tables with a few columns such as those from latex styled tables in academic papers, you can implement your own using custom embed. They are very easy, just build your own table widget like you build any other flutter widget and include your implementation as an embed passed to the editor.

For complex tables, such as those from excel/word, with dynamic column/cell styling, nested structures, etc, don't even bother.