react-hrnet-table-gandrica 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,8 @@ npm install react-hrnet-table-gandrica
|
|
|
31
31
|
|
|
32
32
|
1. import { Table } from 'react-hrnet-table-gandrica';
|
|
33
33
|
2. import "react-hrnet-table-gandrica/style.css"; // Don't forget the styles!
|
|
34
|
-
3. Pass the list and tableHeaders as props
|
|
34
|
+
3. Pass the list and tableHeaders as props
|
|
35
|
+
4. Ex: //<Table list={list} tableHeaders={tableHeaders}/>
|
|
35
36
|
|
|
36
37
|
export default function EmployeeList() {
|
|
37
38
|
// 1. The list array
|