how to add scroll to a formio data grid and give a width to a column
We are using formio data grid as the number of column increases grid is placed outside the view port and couldn't scroll
Is there a way to add scroll and give width to a column? Please find the attachment
As a work around for above issue tried to override the default css in style.css by placing grid in tabs div.card-body.tab-pane.active > div:has(table){ overflow-x: auto; overflow-y: hidden; }
table > tbody > tr>td>div{ width: 16rem; }
above workaround is causing other issue like couldn't see the values of drop down tried to z-index but couldn't achieve it

Can you share what versions you are experiencing this on?
Thank you for your contribution. As this issue has been inactive for over 90 days, I will close it for now. If you wish to reopen the issue, please respond and we can resume the triage process.