livewire-powergrid icon indicating copy to clipboard operation
livewire-powergrid copied to clipboard

forget the cache entry when updating collection with fillData()

Open cmsedore opened this issue 3 years ago • 0 comments

fillData() is the method that is called to update data when a change is made. For collections, the cache is not purged when fillData() is called, so the function call has no effect (unless you disable caching, which may not be desirable for performance reasons).

cmsedore avatar Aug 10 '22 02:08 cmsedore