katoid / angular-grid-layout

Responsive grid with draggable and resizable items for Angular applications.
https://katoid.github.io/angular-grid-layout
MIT License
436 stars 60 forks source link

RTL direction #95

Closed mr-samani closed 10 months ago

mr-samani commented 1 year ago

Don't support RTL direction??

mr-samani commented 11 months ago

I placed the dir="ltr" attribute on the container that contains the grid, and I set the items inside it to dir="rtl". This way, the problem of dragging in right-to-left pages was resolved.

llorenspujol commented 10 months ago

Nice!! 👏