React table scroll

Component for displaying a floating scroll from below for a table in React.

How to install

npm install react-table-scroll
# or
yarn add react-table-scroll

How to use

import { ReactTableScroll } from 'react-table-scroll';

<ReactTableScroll>
  <table>...</table>
</ReactTableScroll>

Important

Do not use overflow: hidden in parent layer and above for correct work.