Extends
- Component
Methods
on_col_click(col, row, passcol)
Called when the component renderer emits a click event, to pass it along to the column definition.
Parameters:
Name | Type | Description |
---|---|---|
col |
object | the column definition |
row |
object | the row clicked |
passcol |
object | the column emitted from the component |
- Source:
(async) vue_on_create() → {Promise.<void>}
Called when the component is instantiated.
- Source:
Returns:
- Type
- Promise.<void>