🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@aberanger/data-table

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aberanger/data-table

Table to dynamically display data

1.0.18
latest
Source
npm
Version published
Weekly downloads
11
-35.29%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

DataTable

FAQs

Package last updated on 16 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts