React Scrollable Table Modal
GitHub
This project showcases the integration of react-table
, react-infinite-scroll-component
and react-bootstrap
to display a scrollable data table inside a Bootstrap modal.
Technologies Used
Installation
- Clone the repository:
git clone https://github.com/rafiqulshopon/react-scrollable-table-modal.git
- Navigate to the project directory:
cd react-scrollable-table-modal
- Install the dependencies:
npm install
Usage
To start the development server:
npm start
Upon opening a modal, you will see a table filled with data. As you scroll to the bottom of the table, more data will be fetched and appended to the table. This gives the user an infinite scrolling experience.
Contribution
Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.
License
This project is licensed under the MIT License.