TableView icon indicating copy to clipboard operation
TableView copied to clipboard

horizontal scrolling from right to left

Open nematzadehsppc opened this issue 7 years ago • 10 comments

i want to fill table from right to left and horizontal scrolling same way.

nematzadehsppc avatar Jan 03 '18 11:01 nematzadehsppc

Hi Behzad,

Do you want to display row headers on right side of the TableView ?

Or just what you need is each cell should be displayed right to left like below image https://i.stack.imgur.com/fIV8p.png

evrencoskun avatar Jan 03 '18 11:01 evrencoskun

Hi dear, in tableviewsample data fills from left and horizontal scroll start from left, but i want to fill from right and horizontal scroll start from right. it means that: now first frozen column is in left in screen, I want it placed at right of screen and due to it, the scroll will move to right.

nematzadehsppc avatar Jan 03 '18 11:01 nematzadehsppc

Ok got it.

Unfortunately, there is no any function like "setReverseLayout" on TableView. To be able to add this feature, you need to access private instance of TableView.

However, I have written down your request, If I get a chance to look at at the weekend. then I may add this feature at that time.

See you

evrencoskun avatar Jan 03 '18 12:01 evrencoskun

thanks for your attention i will wait for your response thanks in advance

nematzadehsppc avatar Jan 03 '18 12:01 nematzadehsppc

is there any improvement about issue?

fgustovo avatar Sep 04 '18 20:09 fgustovo

hi Is not this optimization done? This is very important to me

javiddeveloper avatar Mar 10 '19 08:03 javiddeveloper

@evrencoskun attention please!!

javiddeveloper avatar Mar 10 '19 08:03 javiddeveloper

@evrencoskun Voting + for this feature to support RTL

yoram-s avatar May 09 '19 07:05 yoram-s

@evrencoskun

Not complete yet but but a quick hack for Full RTL support generates a table like

image

Which looks right for RTL support (you can scroll to more data on the left hand edge of screen)

If this looks right I finish of the implementation to enable creating a tableView properly. with a RTL layout

Zardozz avatar Jan 18 '21 18:01 Zardozz

Looks great at first glance

yoram-s avatar Jan 18 '21 19:01 yoram-s