0

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

svfat
  • 3,273
  • 1
  • 15
  • 34

1 Answers1

0

Try using width: "*" in your columnDefs

Rani Radcliff
  • 4,856
  • 5
  • 33
  • 60