Page 1 of 1

Tables in a right to left situation

Posted: Sat Nov 14, 2020 8:17 pm
by jgkoehn
Greetings,
Right to Left (r2l) - Tables.
If I set the r2l the content of the tables display r2l which makes sense. However, is it possible to create a table that acts similarly? Instead of expanding to the right if it is too large it would expand to the left as it gets bigger. Also each added column would be to the left instead of to the right. Does this make sense? Is this possible? Ideas on how to do it?

Re: Tables in a right to left situation

Posted: Mon Nov 16, 2020 7:52 am
by Sergey Tkachenko
This feature is not supported yet, sorry.

Re: Tables in a right to left situation

Posted: Mon Nov 16, 2020 2:47 pm
by jgkoehn
I understand not as many need this.
I can see how to move scrollbar over so that wouldnt be hard.
Once the table is made with the data. Is yhere a simple way to go back through put the data in an array and then reverse it basically?

I suppose I could just put the data in an array the first time and then read from it into the table however I want forward or backward. I think I got some ideas on how to do it.