mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

RTL Support #1070

Open SyDroX opened 9 years ago

SyDroX commented 9 years ago

I've tried messing around with the CSS and the JS, but wasn't really able to make it work. The column headers always render in some funky way (e.g. left -2000px, very long columns - even when set to a mere 50px).

I was wondering if its possible to achive full RTL support:

I'm sure its possible to mess around with the CSS to achive this, but I was looking for a flag solution to set the whole thing to be a RTL grid.

6pac commented 9 years ago

Is this any use https://github.com/mleibman/SlickGrid/pull/666 ?

The -2000px thing is to do with being able to drag column headers outside the grid before dropping them.There's an explanation in one of the issues or pull requests or stack overflow which I can't locate offhand.