Module: single-row-editor

Generic single row editor component

Source:

Example

<SingleRowEditor :parent="this" />

Methods

(function) created()

Method created
Source:

(function) data()

Method data
Source:

(method) cancel()

Cancel the edit operation and revert to the original values

Source:

(method) saveRow() → {Promise.<void>}

Save the current row

Source:
Returns:
Type
Promise.<void>

(function) mounted()

Initialize the component

Source: