icflorescu / mantine-datatable

The table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, context menus, nesting, Gmail-style batch row selection, dark theme, and more.
https://icflorescu.github.io/mantine-datatable/
MIT License
904 stars 65 forks source link

Resizing columns with rtl document #640

Open keynan910 opened 1 week ago

keynan910 commented 1 week ago

Describe the bug

Resizing columns behavior when your document direction is rtl doesn't work as expected

To Reproduce

  1. Set document direction to "rtl"
  2. enable column resizing
  3. resize columns

Expected behavior Columns will be resized towards the direction that the mouse is moving

I managed to fix the bug with changing just a few lines and would like to implement it

adaminspaceship commented 1 week ago

Very helpful! Please add this. Im running into the same problems.

RoyQuitt commented 1 week ago

Im having the same problem as well. will really help me!

YAYA7766 commented 1 week ago

having the same problem. a fix will be helpful.