laravel-livewire-tables icon indicating copy to clipboard operation
laravel-livewire-tables copied to clipboard

Filter issue

Open drSun opened this issue 2 years ago • 0 comments

Hi guys, Great extension, thanks a lot for it!

Unfortunately, found a bug. Env: php 7.4, laravel 8, bootstrap4

  1. "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. image Commenting this line $this->setFilterLayoutSlideDown(); hides the filter box forever. Popover style doesn't work at all.

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

image

drSun avatar Aug 26 '22 08:08 drSun