Skip to content

Instantly share code, notes, and snippets.

View gabbydgab's full-sized avatar
🏠
Working from home

Gab Amba gabbydgab

🏠
Working from home
View GitHub Profile
@gabbydgab
gabbydgab / vue-datatable.md
Created September 11, 2020 10:47 — forked from plmrlnsnts/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"
    ],