-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Description
Is your feature request related to a problem? Please describe.
It would be nice to have native support for adding a new row. This can of course be accomplished today with the edit row functionality, but it is a bit cumbersome.
For instance in some cases a grid have read only columns, meaning that row edit for those columns are disabled. But when adding a new row, these columns may still need an input. In other cases, a grid might be fully read only, but still have the ability to add new rows, in which case we need to enable/disable row editing when row adding starts/ends.
Describe the solution you'd like
A distinction between add new row and edit exiting row