You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: derive DataGrid2 column names from attribute or caption
Column names were always generated as sequential identifiers (col1,
col2, ...) in DESCRIBE PAGE output. Now derives semantic names from
the column's bound attribute or caption text, falling back to col%d
only when neither is available.
0 commit comments