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
The size of the columns do not adjust based on the size of the data contents. I think this may be due to the way that the column names are passed to the gridOptions.columnApi.autoSizeColumns() method. I don't know the root cause but one solution is to switch to using the gridOptions.columnApi.autoSizeAllColumns() method instead.
The text was updated successfully, but these errors were encountered:
baumgold
pushed a commit
to baumgold/TableView.jl
that referenced
this issue
Dec 30, 2020
The size of the columns do not adjust based on the size of the data contents. I think this may be due to the way that the column names are passed to the
gridOptions.columnApi.autoSizeColumns()
method. I don't know the root cause but one solution is to switch to using thegridOptions.columnApi.autoSizeAllColumns()
method instead.The text was updated successfully, but these errors were encountered: