Open sebastiandemetal opened 3 years ago
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