From 627635207b9f11b28f388218d10764c5734c12f5 Mon Sep 17 00:00:00 2001 From: Fabian Pankoke Date: Tue, 19 Jul 2022 22:03:07 +0200 Subject: [PATCH] Add Inertia.js Tables for Laravel Query Builder --- docs/advanced-usage/front-end-implementation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced-usage/front-end-implementation.md b/docs/advanced-usage/front-end-implementation.md index 80716cf7..b776a59f 100644 --- a/docs/advanced-usage/front-end-implementation.md +++ b/docs/advanced-usage/front-end-implementation.md @@ -7,4 +7,6 @@ If you're interested in building query urls on the front-end to match this packa - Standalone: [elodo package](https://www.npmjs.com/package/elodo) by [Maxim Vanhove](https://github.com/MaximVanhove). - Vue: [vue-api-query package](https://github.com/robsontenorio/vue-api-query) by [Robson TenĂ³rio](https://github.com/robsontenorio). +- Vue + Inertia.js: [inertiajs-tables-laravel-query-builder](https://github.com/protonemedia/inertiajs-tables-laravel-query-builder) by [ +Pascal Baljet](https://github.com/pascalbaljet). - React: [cogent-js package](https://www.npmjs.com/package/cogent-js) by [Joel Male](https://github.com/joelwmale).