# Row Selection Column

## Description:

### Allowed Parent Components:

1. Card Table

### Allowed Child Components:

1. Card Table Row Selection
2. Pulse
3. Trigger Before Render

### Properties

### ➤ Flex Grow

Provide a numeric value in pixels to set how much the item should grow.

Allowed Values: Any number value

### ➤ Flex Shrink

Provide a numeric value in pixels to set how much the item should shrink.

Allowed Values: Any number value

### ➤ Max Width

Provide a numerical value to specify maximum width. In most cases, you can leave this blank.

Allowed Values: Any number value

### ➤ Min Width

Provide a numerical value to specify minimum width. In most cases, you can leave this blank.

Allowed Values: Any number value

### ➤ Title

This will be displayed as the row selection column header

Allowed Values: Free text field

### ➤ Width

Provide a numeric value to set the width of the component in pixels.

Allowed Values: Any number value


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/cardtablerowselectioncolumn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
