[ACS-6489] Add resizable option for column data model (#9220)

* [ACS-6489] Add resizable option for column data model

* [ACS-6489] CR fixes
This commit is contained in:
MichalKinas
2024-01-25 08:35:17 +01:00
committed by GitHub
parent 62bc8423a3
commit 2c0ad7137a
10 changed files with 51 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ Defines column properties for DataTable, Tasklist, Document List and other compo
| cssClass | `string` | | Additional CSS class to be applied to column (header and cells). |
| customData | `any` | | You can specify any custom data which can be used by any specific feature |
| draggable | `boolean` | false | Enable drag and drop for header column |
| resizable | `boolean` | true | Enable column resizing |
| editable | `boolean` | false | Toggles the editing support of the column data. |
| focus | `boolean` | true | Enable or disable cell focus |
| format | `string` | | Value format (if supported by the parent component), for example format of the date. |