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
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
I'm seeing a strange behavior when using a DateTimeColumn which has "visible = false":
When I initially load the datatable, the column is hidden, swichting it to visible using the column chooser, will make it visible, but all cells are empty.
When I reload the table (with the column set to visible), the data is show, this also happens if I just click the "X" next to the filter of the DateTimeColumn.
This does not seem to happen with any other column type.
Maybe there's some workaround to simulate a click on the "X" when switching a DateTimeColumn to visible?