laravel-livewire-tables
laravel-livewire-tables copied to clipboard
Filter issue
Hi guys, Great extension, thanks a lot for it!
Unfortunately, found a bug. Env: php 7.4, laravel 8, bootstrap4
-
"Filters" label is not clickable (just nothing happens on click). I added this to config:
$this->setFiltersEnabled(); $this->setFilterLayoutSlideDown();
So now filter box is open and visible by default, but the label is still not clickable.Commenting this line $this->setFilterLayoutSlideDown(); hides the filter box forever. Popover style doesn't work at all.
-
I've got an array of options like
Array ( [0] => Pending [10] => Ready for translation [20] => Translation in progress )
I have read about numerical keys and cast them to string, but no effect - I still see 0, 1 and 2 in dropdown options.