ColumnWidths yanlış yazım düzeltildi.
parent
627a932ab2
commit
be0dc30905
|
@ -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[]",
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue