Autodesk/react-base-table

Allow setting direction (RTL or LTR)

Open

#98 opened on Sep 26, 2019

View on GitHub
 (3 comments) (2 reactions) (0 assignees)TypeScript (168 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (1,537 stars)
PR merge metrics
 (PR metrics pending)

Description

React-window grids have a 'direction' prop, which allow them to be used in a left-to-right context.

However, react-base-table doesn't expose this prop and always sets the direction to 'ltr on the grid'.

Would it be possible to expose the direction property in react-base-table?

Contributor guide