Output resizable table in Jupyter notebooks #219
Labels
documentation
Improvements or additions to documentation (not KDocs)
enhancement
New feature or request
Milestone
Currently, if dataframe cells contain text that is longer than a specific length, it gets truncated without the possibility to view the whole values. This makes it really hard to work with such dataframes.
If it's not possible or too involved to create resizable tables, then there should at least be a workaround to be able to adjust the width of the columns from the code.
The text was updated successfully, but these errors were encountered: