/table-component

Table component with sortable columns and fulltext search input.

Primary LanguageTypeScript

Table component

Reusable table component with columns sortable in both directions and fulltext search input that can filter table data by string and number values.

The main components is Table.tsx

What was used

How to run the project

  1. You can download or clone the project by running command from your terminal
git clone https://github.com/htmlena/table-component.git
  1. This will create a directory in the name of the project folder.
  2. Open it with your text editor.
  3. switch inside the project directory and run yarn install for installing dependencies.
  4. start your development server by running yarn run dev