Feature Request: DataGrid Autosize/Autofit

Greetings,

Firstly I would like to mention that the data grid is great and thank you for your hard work.

The data grid has allot of features but one of the largest features I feel like it lacks is an autosize/autofit property for the columns. Whether this is done on render with a property set to true or when the user double clicks on the resizing line (like how excel does is), either (or both) would be greatly appreciated.

Thank you.

Hi @Kyle,

I've logged your request:

You can use the following style to force the DataGrid to auto-size columns:

 <style>
    .rz-grid-table {
        width: unset;
    }
</style>

Check this demo for reference: