1.0.18 • Published 8 months ago

@aberanger/data-table v1.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Data-Table : Dyamic table to display data

Data-Table is a ReactJS npm package built to display data into a dynamic table

Features

  • Sorting by column
  • Search bar to filter displayed data
  • Paging system

Props

  • data: Array of objects, each object represents a row in the table

Example: { firstName: 'Sasha', bankAccount: 251 }, { firstName: 'Esther', bankAccount: 1587 }

  • column: Array of objects, each object contains column name ('title' attribute) and column id ('data' attribute). Each column id must match an attribute in data props.

Example: { title: 'First Name', data: 'firstName' },{ title: 'Bank Account', data: 'bankAccount' }

Authors

Alexandre Beranger

Licensing

This project was built under the CC BY Creative Commons licence.

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago