Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
EladKushmaro
Creator
Creator

Right to left appearance not support "Formatted table with title" widget

Hi Community,

I edited the styling of "formatted table with title" widget (given in widget-examples) in order to use in the app. When done, I noticed that the right-to-left appearance button (print screen enclosed) is not supported.

I would like to change the order of the columns so the dimensions will be on the right side of the table and the measure will be on the left side of the table.

Usually I easily do it with the right-to-left appearance button , but it seems not supported in the widget.

Should I add something to my code?

Thanks, Elad.

Labels (2)
1 Solution

Accepted Solutions
EliGohar
Partner - Specialist
Partner - Specialist

Hi @EladKushmaro 

In Widget's CSS, Try to add to the wrapper class (under margin-right:20px; line):

 

direction:rtl;

 

בהצלחה

View solution in original post

2 Replies
EliGohar
Partner - Specialist
Partner - Specialist

Hi @EladKushmaro 

In Widget's CSS, Try to add to the wrapper class (under margin-right:20px; line):

 

direction:rtl;

 

בהצלחה

EladKushmaro
Creator
Creator
Author

(: תודה