You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
Hello, I am using toggle detail in my powergrid table. Everything works fine except function collapseOthers. I expected at most one detail to be opened but when I open another detail, then the first one is not closing. I do not want to have more opened details in my app.
Can you look at it, please? I did everything exactly as instructed in the official documentation so I think there is bug.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Livewire PowerGrid version
v6.7.3
Livewire version
v3.7.2
Laravel version
v12.43.1
Which PHP version are you using?
PHP 8.4
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
Hello, I am using toggle detail in my powergrid table. Everything works fine except function collapseOthers. I expected at most one detail to be opened but when I open another detail, then the first one is not closing. I do not want to have more opened details in my app.
Can you look at it, please? I did everything exactly as instructed in the official documentation so I think there is bug.
Code snippets
PowerGrid::detail()
->view('helios.detail')
->showCollapseIcon()
->collapseOthers(),
How do you expect it to work?
If I open one detail in a row and click on a detail in another row, the first detail will close. So I can only open one detail at a time.
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions