How to autofit column width in Data Table component or how to use CSS in UiPath Forms

Hi @mrv.raj

You can try to use manually edit json file :
{
“header”: “ColumnName”,
“dataKey”: “ColumnName”,
“width”: “auto”
}

As well different method try enabling horizontal scrolling in datatable properties use scrollable= true.