Skip to content

kmdurga67/react-table-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Table

This is an example application that demonstrates the usage of the React Table library to create sortable, scrollable, and selectable tables.

Table of Contents

Installation

To get started with this application, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/kmdurga67/react-table-poc.git
    
  2. Change your working directory to the project folder:

     cd react-table-poc
    
    
  3. Install the dependencies:

      npm install
    
    
  4. Start the application:

     npm start
    
     
    

Usage

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published