feat(fe): support explicit relative flex ratios per grid column

This commit is contained in:
2026-08-15 21:30:13 +09:00
parent f9f05a2318
commit a239e6ab64
3 changed files with 10 additions and 9 deletions
@@ -50,6 +50,7 @@ export interface UiGridColumn {
header: string
width?: number
minWidth?: number
flex?: number
sortable?: boolean
filterable?: boolean
sensitive?: boolean