Dynamic Data Grid - How to adjust the column widths
0
I am struggling to locate the following code - grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; within dynamic datagrid. I would like it to work like the following grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) Any ideas how to change this? Also unable to block the containers from overlapping (See Below)