/
<rowAction/>

<rowAction/>

Description

Row actions are similar to normal buttons . They are, however, used within the context of data tables. They also allow binding to object instances corresponding to data table rows, confirmation popup boxes, Button colours and iconsButton grouping and visibility bindings. Row actions are discussed as part of the data table widget.

Row actions can also force "submit" behaviour that allows data captured on the view to be posted back to the backing presenter. To achieve this, the submit attribute can be set on the row action:

<rowAction label="row_action.download" action="downloadBlob" submit="true">
	<binding variable="currentCsvBlob"/>
</rowAction>


Related content