> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/ui-components/widgets/cardtablerowselection.md).

# 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
