DataGrid optional hiding property

This commit is contained in:
2025-11-14 17:15:06 +09:00
parent 06dede7d3b
commit 676bc6d0cb

View File

@ -4,6 +4,7 @@ export interface IColumn {
name: string
header: string
type: IColumnType
hidden?: boolean
}
export interface IColumnsDefinition {