You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
First of all, thank you for your contribution to the community with this package.
I'm using this package in a small project, and at some point i needed to customize the TableReset slot which i did with the following:
Hi there!
First of all, thank you for your contribution to the community with this package.
I'm using this package in a small project, and at some point i needed to customize the TableReset slot which i did with the following:
The resetProps (unspreaded) has the onClick property well defined, and canBeReset property always with the value of "canBeReset". I do think it is always like this because of a small binding error here:
https://github.com/jdsantos/inertiajs-tables-laravel-query-builder/blob/main/js/Components/Table.vue#L52
I will make a PR and if you think this solves the problem correctly please merge it.
Thanks!
The text was updated successfully, but these errors were encountered: