godilite / editable

This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
MIT License
105 stars 36 forks source link

Does Not Work With Forms #57

Open SrS2225a opened 2 years ago

SrS2225a commented 2 years ago

I been trying to get editable working with a flutter form, but when I add the editable class to my form I would get a whole bunch of errors saying that it could not be rendered. However, it would work fine if it is in a scaffold or anything else. Why is this?

Here is the entire error log: https://media.nyxgoddess.org/talI2/gahEbIla65.

hani-hj1908619 commented 9 months ago

Facing the same issue, did you manage to get this working?