feat(fe): support explicit relative flex ratios per grid column
This commit is contained in:
@@ -50,6 +50,7 @@ export interface UiGridColumn {
|
||||
header: string
|
||||
width?: number
|
||||
minWidth?: number
|
||||
flex?: number
|
||||
sortable?: boolean
|
||||
filterable?: boolean
|
||||
sensitive?: boolean
|
||||
|
||||
Reference in New Issue
Block a user