3.0.3 • Published 4 months ago

inertia-vue-table v3.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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.

3.0.3

4 months ago

3.0.2

4 months ago

3.0.1

4 months ago

3.0.0

4 months ago

2.0.9

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.8

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago