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
Same problem here but I have a temporary fix. You can use: qgrid.set_grid_option('forceFitColumns', False)
And eventualy increase default column width for more visibility: qgrid.set_grid_option('defaultColumnWidth', 100)
Hope this help
Environment
Description of Issue
Display format of timedeldata objects
What did you expect to happen?
Display de column the sameway it looks in pandas or change format with a function.
What happened instead?
The display format looks like this
Reproduction Steps
What steps have you taken to resolve this already?
None
The text was updated successfully, but these errors were encountered: