Display a datatable with columns from right to left

Hi,

How can I get the datatable to display my columns (header and data) from right to left?
If I set on the webix_view class “direction: ltr” then only the column headers are inverted as I want, but the data isn’t and as a consequence column header and column data are not matching.

Thank you

Hi,

Columns are rendered dynamically ( only visible ones are rendered ) so their order can’t be changed through css or ltr markup.