Generic single row editor component
Example
<SingleRowEditor :parent="this" />
Methods
(function) created()
Method created
(function) data()
Method data
(method) cancel()
Cancel the edit operation and revert to the original values
(method) saveRow() → {Promise.<void>}
Save the current row
Returns:
- Type
- Promise.<void>
(function) mounted()
Initialize the component