0.0.21 • Published 6 months ago

@bijvoorbeeldzo/table-component v0.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

6 months ago

0.0.20

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago