GlyuckDataGrid
GlyuckDataGrid copied to clipboard
Self-sizing cells
Hi,
is there a possibility to create self-sizing cells? I know that without setting widthForColumn
cells are fitted to screen. I want to set cell width based on the highest (longest) textLabel
width.
My only idea is to go through all the data and get the highest width value based on sizeWithFont...
method.
Thanks a lot for this library btw 👍