Skip to content
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

How to add table in flutter quill #1822

Closed
1 task
Palimoraihan opened this issue Apr 16, 2024 · 2 comments
Closed
1 task

How to add table in flutter quill #1822

Palimoraihan opened this issue Apr 16, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@Palimoraihan
Copy link

Palimoraihan commented Apr 16, 2024

Is there an existing issue for this?

The question

How to add some table flutter quill ?

@Palimoraihan Palimoraihan added the help wanted Extra attention is needed label Apr 16, 2024
@kairan77
Copy link

kairan77 commented May 6, 2024

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.

@singerdmx
Copy link
Owner

Duplicate of #1735

@singerdmx singerdmx marked this as a duplicate of #1735 Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants