DataGrid optional hiding property
This commit is contained in:
@ -4,6 +4,7 @@ export interface IColumn {
|
|||||||
name: string
|
name: string
|
||||||
header: string
|
header: string
|
||||||
type: IColumnType
|
type: IColumnType
|
||||||
|
hidden?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IColumnsDefinition {
|
export interface IColumnsDefinition {
|
||||||
|
|||||||
Reference in New Issue
Block a user