Set default column width
Opened this issue · 0 comments
akanksha90 commented
Is there a way to specify a default column width?
In one of my projects, I need to dynamically generate the columns based on user selections and there could be more than 50 columns. So setting the width of each column individually is a lot of lines of code.
It would be easier if I could provide a default value that applies to all the columns, but I couldn't find anything in the document or examples.ex file.