Damien Farrell
Damien Farrell
No you can't though I could probably add it if needed. You can do it in tablexplore.
This was actually there but only from the toolbar. You can now paste from the clipboard using ctrl-v or the right click menu. This will overwrite the table and won't...
This works for me on windows. Are you sure you upgraded?
Is there an error message appearing when you try to scroll.
I can't replicate this. It must be related to the specifics of your table. I'd need more details.
how big is very large?
You can't currently do this. It can be done in tablexplore.
Per cell background colors are stored in a separate dataframe called `rowcolors`. This dataframe is meant to sync to the table. Another dataframe would be needed for the text colors...
Yes the conda version is out of date. pip will always be the latest. I'll leave this open until I go back and try build the conda package again.
The colors work by keeping a copy of the dataframe. The colors need to be synced when the table is changed which can be tricky. For now I changed it...