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

Added support for custom cell editor. #41

Closed WeAreBorgResistanceIsFutile closed 3 years ago

WeAreBorgResistanceIsFutile commented 3 years ago

Added support for custom cell editor. Updated example project to reflect changes.

WeAreBorgResistanceIsFutile commented 3 years ago

It fixes issue #39

dwivediavs commented 3 years ago

can you please add data validation and data masking of a cell?

dwivediavs commented 3 years ago

Thanks for adding support for custom cell editor. but it does not fulfil the requirement as I need to add different cell editor for different cell.(eg. for some columns cell i need dropdown and for other textFormField etc). Please suggest how to achieve that.