protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

Custom head/body v-show="show('colume')" does not work #71

Open goaround opened 2 years ago

goaround commented 2 years ago

Hi,

I just upgraded to 2.0 and everythink works fine except the v-show="show('colume')" on a custom head/body. Renamed showColumn to show as described.

[Vue warn]: Property "show" was accessed during render but is not defined on instance. Uncaught (in promise) TypeError: _ctx.show is not a function

Any idea or example?

pascalbaljet commented 2 years ago

I’ll soon create an example in the docs. And thanks for the sponsorship, Johannes!

anscharivs commented 2 years ago

Same