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:

  1. Row Selection Column

Allowed Child Components:

  1. Pulse

  2. Row Action

  3. 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