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

Commit 22978b9

Browse files
committed
0.5.9 - Added debounce delay prop when searching the table data
1 parent 8b30133 commit 22978b9

14 files changed

+35
-16936
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Alternatively, if you have custom filters applied and you would prefered they ar
9999
| `order-dir` | String | "asc" | (optional) The default order by direction |
100100
| `per-page` | Array | ['10','25','50'] | (optional) Amount to be displayed |
101101
| `theme` | String | "light" | (optional) Must be dark or light |
102+
| `debounce-delay` | Number | 0 | (optional) Adds a debounce delay to the get request when searching |
102103
| `classes` | Object | See Below | (optional) Table classes |
103104
| `pagination` | Object | {} | (optional) props for [gilbitron/laravel-vue-pagination](https://github.com/gilbitron/laravel-vue-pagination#props) |
104105
| `add-filters-to-url` | Boolean | false | (optional) Will adjust the current url to keep track of used filters and will also store them in local storage. |

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.a12833b9.css rel=preload as=style><link href=/laravel-vue-datatable/css/chunk-vendors.f5109e5a.css rel=preload as=style><link href=/laravel-vue-datatable/js/app.13e15f85.js rel=preload as=script><link href=/laravel-vue-datatable/js/chunk-vendors.ba41ea86.js rel=preload as=script><link href=/laravel-vue-datatable/css/chunk-vendors.f5109e5a.css rel=stylesheet><link href=/laravel-vue-datatable/css/app.a12833b9.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.ba41ea86.js></script><script src=/laravel-vue-datatable/js/app.13e15f85.js></script></body></html>
16+
}(window.location))</script><link href=/laravel-vue-datatable/css/app.a12833b9.css rel=preload as=style><link href=/laravel-vue-datatable/css/chunk-vendors.1e6085d0.css rel=preload as=style><link href=/laravel-vue-datatable/js/app.e5a4068f.js rel=preload as=script><link href=/laravel-vue-datatable/js/chunk-vendors.17a48e06.js rel=preload as=script><link href=/laravel-vue-datatable/css/chunk-vendors.1e6085d0.css rel=stylesheet><link href=/laravel-vue-datatable/css/app.a12833b9.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.17a48e06.js></script><script src=/laravel-vue-datatable/js/app.e5a4068f.js></script></body></html>

docs/js/app.13e15f85.js

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

docs/js/app.13e15f85.js.map

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

docs/js/app.e5a4068f.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.e5a4068f.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/chunk-vendors.ba41ea86.js renamed to docs/js/chunk-vendors.17a48e06.js

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

docs/js/chunk-vendors.17a48e06.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/chunk-vendors.ba41ea86.js.map

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

0 commit comments

Comments
 (0)