Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 763 Bytes

File metadata and controls

22 lines (12 loc) · 763 Bytes

userdatatableimage

Project Structure

The project follows a directory structure where individual components, including the SimpleTable.tsx, are placed within the components directory.

Components

  1. SimpleTable.tsx: Main component responsible for rendering the table based on provided data and column definitions.
  2. Label.tsx: Renders labels based on decision status for specific columns.

Installation

To set up and run the project locally:

1.Clone this repository.

2.Run npm install to install dependencies.

3.Start the development server with npm start.

4.Access the application in your browser at http://localhost:3000.