Facing an issue when I am using QInputDate and AgGrid. #357
samuellleow
started this conversation in
General
Replies: 1 comment
-
Thanks, will take a look and add this change |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Facing a bug/issue when I am using QInputDate and AgGrid.
After selecting a date using QInputDate and clicking on "Run", I will select records from a dummy dataframe that satisfy the selected date. I will then pass then dataframe (which does not contain NaN value) into
grid = jp.AgGrid(style='height: 600px; width: 100%; margin-top:1%')
grid.load_pandas_frame(df)
However, the error above will be shown in console.
Current solution that I have found:

Adding line 19 into aggrid.js within justpy
Beta Was this translation helpful? Give feedback.
All reactions