editable icon indicating copy to clipboard operation
editable copied to clipboard

Delete Row Function

Open NaimBoufridi opened this issue 4 years ago • 5 comments

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

NaimBoufridi avatar Dec 30 '20 19:12 NaimBoufridi

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

bertbeck avatar Mar 29 '21 06:03 bertbeck

I need it too.

AlonElayLatucha avatar Jun 20 '21 22:06 AlonElayLatucha

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 .

godilite avatar Jun 21 '21 01:06 godilite

Thank you very much.

AlonElayLatucha avatar Jun 21 '21 16:06 AlonElayLatucha

Thank you very much.

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

Malyasse avatar Sep 16 '21 16:09 Malyasse