You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`rowActionSize`|`row-action-size`| (Optional) The size of the row action's column |`number`|`undefined`|
28
29
|`rowActions`| -- | (Optional) Actions that can be performed on each row. A maximum of 4 icons will be shown, including overflow menu and expand icons. |`ModusTableRowAction[]`|`[]`|
29
30
|`rowSelection`|`row-selection`| (Optional) To display checkbox. |`boolean`|`false`|
30
31
|`rowSelectionOptions`| -- | (Optional) To control multiple row selection. |`ModusTableRowSelectionOptions`|`{ multiple: false, subRowSelection: false, }`|
|`rowActions`| -- | (Optional) Actions that can be performed on each row. A maximum of 4 icons will be shown, including overflow menu and expand icons. |`ModusTableRowAction[]`|`[]`|
940
+
|`rowActionSize`|`row-action-size`| (Optional) The size of the row action's column |`number`|`undefined `|
940
941
|`rowSelection`|`row-selection`| (Optional) To display checkbox. |`boolean`|`false`|
941
942
|`rowSelectionOptions`| -- | (Optional) To control multiple row selection. |`ModusTableRowSelectionOptions`|`{ multiple: false, subRowSelection: false, }`|
942
943
|`rowsExpandable`|`rows-expandable`| (Optional) To display expanded rows. |`boolean`|`false`|
0 commit comments