-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Column Width! #1045
Copy link
Copy link
Closed
Labels
Description
How do you set the width for a column? Am I missing something? How are people adjusting column sizes?
It would be great if it was a simple as =>
var columns = [ { title: 'FirstName', field: 'firstName', width: 100 }, { title: 'LastName', field: 'lastName', width: 100 } ];
Reactions are currently unavailable