I am using AngularJS UI-Grid (latest version) to display datasets with different columns count and column names and data itself (CSV files uploaded by users), and I can't make columns to render with proper width - typically that files have more than 20-30 columns, and columns appears too narrow. I can make fixed width for all columns, but I want width depends from data.
Adding ui-grid-auto-resize directive don't gives much.
With width: "*"
only 15 columns are rendered, and horizontal scroll is disappears