Danie Ramdhani
Danie Ramdhani
### What happened? Enable then disable the boolean filter will not update the switch value [Inconsistently switch ui on Boolean filter.webm](https://github.com/user-attachments/assets/4bea1380-17a6-4c38-9981-3b9f3a4fa4eb) ### How to reproduce the bug _No response_ ###...
### What happened? The table header when the column is not sortable, the class is not applied to the label correctly:  ### How to reproduce the bug...
### Overview Current showing/hiding columns (or columns select?) is using `wire:model.live`. it would be nice if showing/hiding columns is using alpine state (`x-show`). Also, current showing/hiding columns is using title...
### Overview based on [docs](https://rappasoft.com/docs/laravel-livewire-tables/v3/misc/custom-markup). it's possible to inject custom markup. ```php public function customView(): string { return 'includes.custom'; } ``` but i think it would be good to inject...
it will throw error if `class` argument is not added
### TLDR so, `$wire.$watch` is require to be cleanup after the element is removed (not just when the livewire component removed only). but not like `$wire.$hook` that return `unhook`, `$wire.$watch`...