datazenit/sensei-grid

Is it possible to delete a row?

sstyle opened this issue · 2 comments

Hi! Thanks for the great project. I can not find how to delete a row ( Can you help pls

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.

Thanks!