Is it possible to change the column width in the data table cell?
Long data values get truncated with an ellipsis. This is OK for a quick look at your data but very annoying if the column contains an ID string that you want to copy and paste somewhere else.
@robinsummerhill data table columns are now resizable via dragging! This is a transient operation that will be reset when you reload, and is not shared across instances of the notebook. Hope that helps!
@aborruso The answer to both questions is no. If you need more control over columns you will have to use Inputs.table() instead, and either add custom CSS or custom formatters if you want lines to wrap.