flutter-quill
flutter-quill copied to clipboard
How to add table in flutter quill
Is there an existing issue for this?
- [ ] I have searched the existing issues
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.
Duplicate of https://github.com/singerdmx/flutter-quill/issues/1735