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
After looking at the examples, I still seem not to be able to figure out how to return the get_data_path function properly to the component as I am a react noob.
According to the AG Grid docs It seems one must return a callback to return the path field.
After looking at the examples, I still seem not to be able to figure out how to return the get_data_path function properly to the component as I am a react noob.
According to the AG Grid docs It seems one must return a callback to return the path field.
Any hints would be much appreciated!
I tried a few different ways:
also
get_data_path=lambda e0: e0["path"]
The text was updated successfully, but these errors were encountered: