Benjamin Jonen
Benjamin Jonen
We are making heavy use of pd.Categorical. Unfortunately `Chunkstore` does not support this at the moment. One very simple way to change this would be to change `FrameConverter` to use...
My goal is to highlight the row of the datatable the user is currently hovering over. On a standard dash table without fixed columns this can easily be achieved with...
It would be amazing to be able to export the table including the formats applied to the dash table. This was already hinted at here: https://github.com/plotly/dash-table/issues/313#issuecomment-503628712
I am trying to run the core-components demo on my machine (OSX 11). I followed the readme setting things up. ``` git clone https://github.com/plotly/dash-core-components python -m venv venv && ....