Card Table Row Selection
Description:
Card Table Row Selection
Use this component to allow the user to select multiple records in the card table and perform row actions.
Allowed Parent Components:
Row Selection Column
Allowed Child Components:
Pulse
Row Action
Trigger Before Render
Properties
➤ Disable Condition
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