Is it possible to delete a row?
sstyle opened this issue · 2 comments
sstyle commented
Hi! Thanks for the great project. I can not find how to delete a row ( Can you help pls
lauris commented
Hi!
This functionality was added just recently, you can see it live here https://datazenit.com/static/sensei-grid/examples/
Use ctrl + backspace
or ⌘ + backspace
to delete a row.
You can also use ctrl + d
or shift + d
to duplicate a row.
sstyle commented
Thanks!