File

projects/components/widgets/data/table/src/table-action/table-action.directive.doc.ts

Description

The wmTableAction component defines the table action widget.

Inputs

action
Type : string

The action to invoke when clicked.

caption
Type : string

This property specifies the label of the button/anchor.

Bindable: true

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: true

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: footer, header

footer: To add button actions on the footer.

header: To add button actions on the header.

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: true

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: _blank, _parent, _self, _top

_blank: Opens the linked document in a new window or tab.

_parent: Opens the linked document in the same frame as it was clicked (this is default).

_self: Opens the linked document in the parent frame.

_top: Opens the linked document in the full body of the window.

title
Type : string

title of the table action widget.

Bindable: true

widgetType
Type : string
Default value : 'button'

Type of the widget to add.

Allowed Values: anchor, button

anchor: Adds an anchor widget.

button: Adds a button widget.

results matching ""

    No results matching ""