Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 9ca657f

Browse files
committed
Updates to documentation.
1 parent 3193bbc commit 9ca657f

File tree

9 files changed

+7
-8
lines changed

9 files changed

+7
-8
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
);
1414
}
1515
}
16-
}(window.location))</script><link href=/laravel-vue-datatable/css/app.123d4184.css rel=preload as=style><link href=/laravel-vue-datatable/css/chunk-vendors.cc8308be.css rel=preload as=style><link href=/laravel-vue-datatable/js/app.6babf66d.js rel=preload as=script><link href=/laravel-vue-datatable/js/chunk-vendors.eb9e8c66.js rel=preload as=script><link href=/laravel-vue-datatable/css/chunk-vendors.cc8308be.css rel=stylesheet><link href=/laravel-vue-datatable/css/app.123d4184.css rel=stylesheet></head><body class=min-h-100><noscript><strong>We're sorry but laravel-vue-datatable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/laravel-vue-datatable/js/chunk-vendors.eb9e8c66.js></script><script src=/laravel-vue-datatable/js/app.6babf66d.js></script></body></html>
16+
}(window.location))</script><link href=/laravel-vue-datatable/css/app.123d4184.css rel=preload as=style><link href=/laravel-vue-datatable/css/chunk-vendors.cc8308be.css rel=preload as=style><link href=/laravel-vue-datatable/js/app.4382b019.js rel=preload as=script><link href=/laravel-vue-datatable/js/chunk-vendors.eb9e8c66.js rel=preload as=script><link href=/laravel-vue-datatable/css/chunk-vendors.cc8308be.css rel=stylesheet><link href=/laravel-vue-datatable/css/app.123d4184.css rel=stylesheet></head><body class=min-h-100><noscript><strong>We're sorry but laravel-vue-datatable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/laravel-vue-datatable/js/chunk-vendors.eb9e8c66.js></script><script src=/laravel-vue-datatable/js/app.4382b019.js></script></body></html>

docs/js/app.4382b019.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.4382b019.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.6babf66d.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/app.6babf66d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/generic/ModalButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type="button"
44
data-toggle="modal"
55
@click="click(data)"
6-
class="btn btn-primary"
6+
class="btn btn-primary btn-sm"
77
data-target="#exampleModal">
88
View Row {{ data.id }} Modal
99
</button>

src/markdown/examples/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
type="button"
4444
data-toggle="modal"
4545
@click="click(data)"
46-
class="btn btn-primary"
46+
class="btn btn-primary btn-sm"
4747
data-target="#exampleModal">
4848
View Row {{ data.id }} Modal
4949
</button>

src/markdown/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ yarn add laravel-vue-datatable
1111
### Register the Plugin
1212

1313
```javascript
14-
1514
import DataTable from 'laravel-vue-datatable';
1615

1716
Vue.use(DataTable);

src/markdown/props/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| --- | --- | --- | --- |
44
| url | String | "/" | The JSON url |
55
| columns | Array | [] | The table columns |
6-
| per-page | Array | [ '10', '25', '50' ] | (optional) Amount to be displayed |
6+
| per-page | Array | ['10','25','50'] | (optional) Amount to be displayed |
77
| add-filters-to-url | Boolean | false | <p class="wrap-text"> (optional) Will adjust the current url to keep track of used filters and will also store them in local storage. </p> |
88
| classes | Object | See Below | (optional) Table classes |
99
| pagination | Object | {} | (optional) props for [gilbitron/laravel-vue-pagination](https://github.com/gilbitron/laravel-vue-pagination#props) |

0 commit comments

Comments
 (0)