Project 14 - React Table library

Carefull. This is a teaching and training library

1. General informations

This library provides a table for displaying datas. It provides sorting, fitering and pagination features

2. Project installation

Type "npm i table-library-react" in a terminal

3. Use the library

The library need passing an object {datas, columns}

columns contains all params for each table column : { label: "Label", accessor: "acessorName" sortable: true }

datas contains all data lines of your project

{ acessorName: 'value' }