commit
d0de51b919
|
@ -16857,7 +16857,7 @@
|
|||
"description": "Collection of active filters"
|
||||
},
|
||||
{
|
||||
"name": "columWidths",
|
||||
"name": "columnWidths",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "string[]",
|
||||
|
|
|
@ -621,7 +621,7 @@ export interface DataTableStateEvent {
|
|||
/**
|
||||
* Comma separated list of column widths
|
||||
*/
|
||||
columWidths: string[];
|
||||
columnWidths: string[];
|
||||
/**
|
||||
* Order of the columns
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue