I use react Ag Grid library and ı work 1920*1080 screensize. So I need use responsive column width for another screensize.
{ headerName: "Sıra", field: "", width: 30, minWidth: 10, maxWidth: 300, suppressSizeToFit: false },
{ headerName: "Subscriber No", field: "", width: 130, minWidth: 10, maxWidth: 450, suppressSizeToFit: false },
...
] ```
I tried percantage instead of "30" but it doesn't work. How can I set percentage value for responsive design in Ag Grid?