/HierarchicalTable

The component allows you to display data in a hierarchical structure. You can define parent-child relationships and it will display these as nested rows within the table.

Primary LanguageTypeScript

Hierarchical Table App

This is a Jedox application built with React and Material UI.

Check in CodeSandbox https://qngx2n-3000.csb.app/

Installation

  1. First clone the repository to your local machine. You can do this by running the following command:
git clone git@github.com:fahmyfarahat/HierarchicalTable.git
  1. Navigate into the project directory:
cd HierarchicalTable
  1. Now install all the dependencies by running:
npm install

Running the Application

To start the application, run:

npm start

This will start the application on http://localhost:3000.