Rémi Schwartz
Rémi Schwartz
Is there any identified way to implement draggable columns with react-base-table? The lib used in the ["Draggable rows" example](https://autodesk.github.io/react-base-table/examples/draggable-rows) ([`react-sortable-hoc`](https://github.com/clauderic/react-sortable-hoc)) is not maintained anymore, and I tried to use its...
Hi, This is a proposal to prevent focus on disabled dates (cf #25 ). I struggled to find a satisfying behavior, and eventually settled on the following one : -...
Closes #25 Covers the following: - Add an aria-label attribute to the th elements. The abbr attribute is not announced by all screen readers. - Only change the value of...
Hi! Thank you for your amazing library! We used it to build our accessible web components design system. We received some feedback from our a11y consultant, and he identified some...