projects/components/widgets/data/table/src/table-row-action/table-row-action.directive.doc.ts
The wmTableRowAction component defines the table row action widget.
action |
Type : string
|
The action to invoke when clicked. |
class |
Type : string
|
CSS class for styling the field. |
disabled |
Type : boolean
|
This property will be used to disable/enable the table row action on the web page. Bindable: |
iconclass |
Type : string
|
Icon Class for the row action widget. |
name |
Type : string
|
Name of the table row action widget. |
shortcutkey |
Type : string
|
The shortcut key property specifies a shortcut key to activate/focus an element. |
show |
Type : boolean
|
Default value : true
|
This property will be used to show/hide the table row action on the web page. Bindable: |
tabindex |
Type : number
|
Default value : 0
|
This property specifies the tab order of the table row action. |
title |
Type : string
|
title of the table row action widget. Bindable: |