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