This is an example application that demonstrates the usage of the React Table library to create sortable, scrollable, and selectable tables.
To get started with this application, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/kmdurga67/react-table-poc.git
-
Change your working directory to the project folder:
cd react-table-poc -
Install the dependencies:
npm install
-
Start the application:
npm start
This application showcases the usage of the React Table library to create tables with the following features:
- Sorting: Click on column headers to sort the data in ascending or descending order.
- Scrollable: The table is scrollable both vertically and horizontally, making it suitable for large datasets.
- Selectable: You can select individual rows by clicking on the checkboxes.