36
Views
1
Comments
[Attribute Value Extractor] Entity attribute table
record-attribute-value-extractor
Service icon
Forge asset by Prasad Rao
Application Type
Reactive
Service Studio Version
11.51.2 (Build 56209)
Platform Version
11.15.0 (Build 33590)

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.



UserImage.jpg
Johny William

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.