For example, in the example in the readme, I would think that columns should default to no smaller than their label (currently you get an ellipsis ... showing that the column is not wide enough)
EDIT: I just realised the ellipsis is not for overflow, its the indicator for filter/sort dropdown - IMO this icon should be changed to a funnel/hamburger/downarrow - ellipsis is the industry standard for text clipping
Also, I don't think the first column which I assume can contain a checkbox should be included by default, if the checkbox is also not shown by default - currently there is a empty small looking column as the first column.
Also, if a grid contains strings, I think it should stretch to fill the space, e.g. imagine you have a grid with 3 integers and 2 strings - what I would expect is that the 3 integers take up the minimum space to fit their headers, and then the remaining space split between the two strings, but take up the full width.
For example, in the example in the readme, I would think that columns should default to no smaller than their label (currently you get an ellipsis ... showing that the column is not wide enough)
EDIT: I just realised the ellipsis is not for overflow, its the indicator for filter/sort dropdown - IMO this icon should be changed to a funnel/hamburger/downarrow - ellipsis is the industry standard for text clipping
Also, I don't think the first column which I assume can contain a checkbox should be included by default, if the checkbox is also not shown by default - currently there is a empty small looking column as the first column.
Also, if a grid contains strings, I think it should stretch to fill the space, e.g. imagine you have a grid with 3 integers and 2 strings - what I would expect is that the 3 integers take up the minimum space to fit their headers, and then the remaining space split between the two strings, but take up the full width.