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
No matter what I put into default_col_def and column_defs, AG Grid ignores anything in default_col_def.
It seems to me that the cause of this issue is that the default value after parsing into JSON is null, not undefined.
I'll work on a fix and create a pull request when done.
The text was updated successfully, but these errors were encountered:
abduelhamit
added a commit
to kaasa-solution/ag-grid-rs
that referenced
this issue
Mar 31, 2023
No matter what I put into
default_col_def
andcolumn_defs
, AG Grid ignores anything indefault_col_def
.It seems to me that the cause of this issue is that the default value after parsing into JSON is
null
, notundefined
.I'll work on a fix and create a pull request when done.
The text was updated successfully, but these errors were encountered: