Card Table Row Selection
Last updated
Card Table Row Selection
Use this component to allow the user to select multiple records in the card table and perform row actions.
Row Selection Column
Pulse
Row Action
Trigger Before Render
Specify an expression that should be evaluated to a boolean [e.g. #{dsAlias.attr1} != 'X' && #{dsAlias.attr2} == 0]. If no expression is specified, it will be considered as false.
Allowed Values: An expression which should return boolean after evaluation
Last updated