Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ricardodeano
Contributor II
Contributor II

Responsive horizontal scroll bar hides text

Good morning

I have a small issue with the default table visualisation. When the screen is responsive and the width becomes too small, the horizontal scroll bar is produced. However, this starts to cover the text which our client isn't keen on:

Capture.PNG

Is there a way to add padding / margin around this scroll bar so as to sit nicely below the text? If that wasn't possible, can you add a 'blank' entry to the dimension using the field expression? My thinking there would be that the table visualisation would think another row would be present and push the scroll bar down a bit.

Any thoughts? 

Labels (2)
6 Replies
jobsonkjoseph
Creator III
Creator III

Hi Ricardo, If i'm not wrong responsive features vary on devices with respective screen sizes.
Anil_Babu_Samineni

We can't handle with native using Padding. So, There is no option.
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ricardodeano
Contributor II
Contributor II
Author

Hi @jobsonkjoseph - ok thanks for letting me know, most appreciated.

ricardodeano
Contributor II
Contributor II
Author

Thanks for letting me know @Anil_Babu_Samineni

 

Is it possibly to add a 'dummy' entry via the field expression ie. to effectively  create a blank record / line?

Anil_Babu_Samineni

Yes, That is possible. Please share sample
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ricardodeano
Contributor II
Contributor II
Author

Hello

So my current Field Expression is as follows:

=If(Not Match(Section,'Submit'), Section)

Nothing exciting, just excluding a 'Submit' from the section data.