2.0.9 • Published 3 months ago

inertia-vue-table v2.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Inertia Vue Table

Getting Started

This section will help you set up the frontend components

Step. 1: install package

Laravel install

composer require humweb\inertia-table

or

Go Adapter install

go get github.com/humweb/inertia-go

Checkout https://github.com/humweb/inertia-go for mor info


frontend package

// Laravel
npm i inertia-vue-table@1.04

// Go
npm i inertia-vue-table

Step. 2: Import component and mixin

import {Table, HasInertiaTable} from 'inertia-vue-table';

Add mixin to your component

mixins: [HasInertiaTable]

Step. 3: Add component to your template

 <Table
    :records="records"
    :pagination="pagination"
    v-model="tableData"
/>

License

The MIT License (MIT). Please see License File for more information.

2.0.9

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.7

3 months ago

2.0.6

3 months ago

2.0.8

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

9 months ago

1.0.1

11 months ago

1.0.0

11 months ago