Action buttons disappear when using ->cache() on PowerGrid table #1995
Unanswered
bennahiaoualid
asked this question in
Q&A
Replies: 1 comment
-
|
I created a pull request to fix this, 2077 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Livewire PowerGrid version
v6.3.2
Livewire version
v3.6.4
Laravel version
v12.14.1
Which PHP version are you using?
None
Which Theme are you using?
None
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
When enabling the built-in cache() feature in a Livewire PowerGrid component, all row action buttons disappear from the rendered table.


Without cache(), the same component renders and works correctly.
so when the table load data from cache the action button doesnt render
befor the cache set
after the cache set
Code snippets
this is set up: use cache
public function setUp(): array
{
How do you expect it to work?
it should display the action button after i use the cache
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions