Hi Pragathi s
You can achieve this in 2 steps.
I Hope it will help you !
Thank You ,
K. Ravi Kumar.
Hi Pragathi,
I am not sure about any widget which can handle this, but,
Maybe you can apply some CSS on the datagrid container and make it scrollable?
something like
{
overflow-x: scroll;
}
Maybe this can help you achieve a better and user-friendly UI.
Hope it helps!!
Hi Pragathi,
Here are two options for your consideration:
Data Grid: Apply the CSS property overflow: scroll;
to enable scrolling within the Data Grid. This can be done through the custom style option.
List View with Custom Design: Utilize a List View along with custom styling. This option requires familiarity with grid systems and the ability to apply custom CSS for achieving the desired design.
I hope this helps! Let me know if you need further clarification on either option.