Skip to content

Instantly share code, notes, and snippets.

View MOFFROUGH's full-sized avatar

Moffat Munene MOFFROUGH

  • Nairobi
View GitHub Profile
@MOFFROUGH
MOFFROUGH / vue-datatable.md
Created January 1, 2023 20:41 — forked from Bunix/vue-datatable.md
Datatable component for Vue and Tailwind CSS

Keep in mind that this implementation requires an api for fetching data, and assumes the following response schema:

{
    "perPageOptions": [
        15, 50, 100
    ],
    "actions": [
        "Delete all", "Publish All", "Unpublish All"
    ],