When UI is right-to-left, the library has to fix header of the table in the opposite side. The first column has to be in right side and also the scroll has to change.
For that, I add a setting to know if the direction of the body is 'rtl'. Then you add 'data-rtl' with 'fht-fixed-column' class.
With the settings you can set a correct functionality of scroll and using 'data-rtl' you can apply the correct css style.
When UI is right-to-left, the library has to fix header of the table in the opposite side. The first column has to be in right side and also the scroll has to change.
For that, I add a setting to know if the direction of the body is 'rtl'. Then you add 'data-rtl' with 'fht-fixed-column' class.
With the settings you can set a correct functionality of scroll and using 'data-rtl' you can apply the correct css style.