🙋 Feature Request
When resizing columns in a DataGrid the minWidth is 100 (hardcoded in FluentDataGrid.razor.js), which is quite big, especially for a SelectColumn or Id/Code field.
Note: In the screenshot below columns Id and Code are 100 pixels, first two columns are 50 pixels.
Could minWidth be set to a smaller value like 50 (hardcoded)? Or perhaps a property on DataGrid?