projects/components/widgets/data/table/src/table-action/table-action.directive.doc.ts
The wmTableAction component defines the table action widget.
action |
Type : string
|
The action to invoke when clicked. |
caption |
Type : string
|
This property specifies the label of the button/anchor. Bindable: |
class |
Type : string
|
CSS class for styling the field. |
disabled |
Type : boolean
|
This property will be used to disable/enable the table action on the web page. Bindable: |
hyperlink |
Type : string
|
The web url you want to redirect to on clicking the action widget. |
iconclass |
Type : string
|
Icon Class for the table action widget. |
name |
Type : string
|
Name of the table action widget. |
position |
Type : string
|
Default value : 'footer'
|
This property determines the position at which actions widget has to be rendered within the Data Table Allowed Values:
|
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 action widget on the web page. Bindable: |
tabindex |
Type : number
|
Default value : 0
|
This property specifies the tab order of the table action. |
target |
Type : string
|
Opening of the linked document depends on this property. Allowed Values:
|
title |
Type : string
|
title of the table action widget. Bindable: |
widgetType |
Type : string
|
Default value : 'button'
|
Type of the widget to add. Allowed Values:
|