0.0.21 • Published 2 years ago

@bijvoorbeeldzo/table-component v0.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Bijvoorbeeld Zo - Table Component

Example:

import { Table } from "@bijvoorbeeldzo/table-component";
import "@bijvoorbeeldzo/table-component/dist/style.css";

<Table
    baseUrl={import.meta.env.VITE_BASE_URL}
    connection="BIJVOORBEELDZO_DEV"
    queries={{ get: "getEmployeeSchedules", delete: "deleteEmployeeSchedule" }}
    indexColumn="id"
    title="Users"
    description="A list of all the users in your account including their name, title, email and role."
    add={{ to: "/add", text: "Add user" }}
    edit={{ onClick: (row) => navigate("edit/" + row.id), text: "Edit" }}
    deleteText="Delete"
/>
0.0.21

2 years ago

0.0.20

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago