Using the form.io data-grid component, we can drag and drop our columns to that data-grid component.
For example, a simple data-grid component with two or three columns may look like below :
It is okay for less number of columns. If number of columns increases up to 6 or 7, the data-grid view in not okay. The columns gets shrink in size and data goes unreadable as below:
Is there any way to give horizontal scroll bar or customize the each column width using form.io?
Add absolute width for each component inside data grid in layout tab.
This will allow the data grid to have a horizontal scroll.