Skip to content

Commit e3f69a1

Browse files
committed
Update AnalyticalTable.mdx
1 parent 2ff1c07 commit e3f69a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/AnalyticalTable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const TableComp = () => {
125125
| `hAlign` | `TextAlign` | Horizontal align of the cell |
126126
| `vAlign` | `VerticalAlign` | Vertical align of the cell |
127127
| `scaleWidthModeOptions` | `ScaleWidthModeOptions` | Allows passing a custom string for the internal width calculation of custom cells for `scaleWidthMode` `Grow` and `Smart`. More <a href="./?path=/docs/data-display-analyticaltable-recipes--docs#how-to-scale-custom-cells">here</a> |
128-
| `responsivePopIn` | `boolean` | Enables the pop-in behavior of the column. When the `responsiveMinWidth` is smaller then the width of the table, the content of each cell will move to the first cell in the row, improving usability on small or mobile devices. |
128+
| `responsivePopIn` | `boolean` | Enables the pop-in behavior of the column. When the `responsiveMinWidth` is smaller then the width of the table, the content of each cell will move to the first cell in the row, improving usability on small or mobile devices.<br />**Note:** At least one column must remain visible at all times! |
129129
| `responsiveMinWidth` | `number` | Defines how the table should react when its width falls below the `responsiveMinWidth`. <ul><li>If `responsivePopIn` is `true` the content of this column will be moved to the first column.</li><li>If `responsivePopIn` is not set or `false` the column will be hidden.</li></ul> |
130130
| `PopInHeader` | `string OR ComponentType` | Custom pop-in header renderer. If set, the table will call that component for every column that is "popped-in" and pass the table instance as prop. |
131131
| `popinDisplay` | `AnalyticalTablePopinDisplay` | Defines the display of `AnalyticalTable` pop-ins.<br />**Default:** `AnalyticalTablePopinDisplay.Block` |

0 commit comments

Comments
 (0)