Danie Ramdhani

Results 6 issues of 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_ ###...

bug

### What happened? The table header when the column is not sortable, the class is not applied to the label correctly: ![Screenshot 2024-09-30 015253](https://github.com/user-attachments/assets/3b2ee7db-0791-439b-b0e1-fcbeb7f9ba69) ### How to reproduce the bug...

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...

wontfix

### 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`...

New Feature
Bug Fix