Dear All,
I have one Entity & more than 12 Attributes. In this Entity, details are shown in table format. I was not able to view 12 attributes in a single line, only 5 to 8 attributes are showing in the Web Browser and also in the service studio. How to fix this issue.
Hello Prabu,You can achieve this by putting your table in a Container and You have to add a class to that container, then you have to inherit your table class and you have to add two CSS properties as follows.by default it is set to:display: table; // change this to display: block;
and then add a class
overflow-x : scroll; Hope this will work for you Thanks & Regard Tousif Khan