0.1.6 • Published 1 year ago

@blacksushi/data-table-ocr v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago