0.1.6 • Published 3 years ago

@blacksushi/data-table-ocr v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Basic employees data table

How to setup the component

This component needs data to work. You will need to add the prop "data={}" to your component and fill the object. You will also need to use certain keys. Here is a full example of what the prop is waiting for with each key:

const data = [
  {
    firstName: 'John',
    lastName: 'Doe',
    dateOfBirth: '06-10-92',
    startDate: '01-22-2023',
    street: '20, Test street',
    city: 'New York',
    state: 'Manhattan',
    zipcode: '10451',
    department: 'Marketing',
  },
];
0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago