orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.39k stars 646 forks source link

Clickable icon is missing for a filterable field #2736

Closed Davka closed 11 months ago

Davka commented 11 months ago

Describe the bug

I have a table with a column that I want to filter. However, I don't see the icon to click on, so it's impossible to open the drop-down menu to do the filtering

To Reproduce Steps to reproduce the behavior:

Create

TD::make('foo', 'bar'))
                ->sort()
                ->filter(),

Screenshots

Bildschirmfoto 2023-10-24 um 10 11 27

Additional context Add any other context about the problem here.

tabuna commented 11 months ago

Hey! I found something that might help with the issue you mentioned. Take a look at this link: GitHub Issue #2662.

Davka commented 11 months ago

Thanks, that was the solution.