Merge pull request #6364 from ByStronq/master

ColumnWidths yanlış yazım düzeltildi.
pull/6372/head
Tuğçe Küçükoğlu 2024-09-10 10:52:44 +03:00 committed by GitHub
commit d0de51b919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -16857,7 +16857,7 @@
"description": "Collection of active filters" "description": "Collection of active filters"
}, },
{ {
"name": "columWidths", "name": "columnWidths",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"type": "string[]", "type": "string[]",

View File

@ -621,7 +621,7 @@ export interface DataTableStateEvent {
/** /**
* Comma separated list of column widths * Comma separated list of column widths
*/ */
columWidths: string[]; columnWidths: string[];
/** /**
* Order of the columns * Order of the columns
*/ */