ColumnWidths yanlış yazım düzeltildi.

pull/6364/head
CEMAL YILDIRIM 2024-09-09 20:30:20 +03:00 committed by GitHub
parent 627a932ab2
commit be0dc30905
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
*/ */