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
104 stars 36 forks source link

Delete Row Function #31

Open NaimBoufridi opened 3 years ago

NaimBoufridi commented 3 years ago

Is there a built in function to delete the row as well?

bertbeck commented 3 years ago

Any progress on deleting a row? This is a very important function.

AlonElayLatucha commented 3 years ago

I need it too.

godilite commented 3 years ago

I'll start working on various new features me make a PR soon, this should be available

On Sun, 20 Jun 2021, 11:05 pm AlonElayLatucha, @.***> wrote:

I need it too.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/godilite/editable/issues/31#issuecomment-864617709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ4QB7W6XE7U7RREXRDCP5LTTZQ3JANCNFSM4VOULBNQ .

AlonElayLatucha commented 3 years ago

Thank you very much.

Malyasse commented 3 years ago

Thank you very much.

If you want delete the last row just do this : setState(() { _editableKey.currentState.rows.removeLast(); })