sweetplum
Spatie Media Library Plugin black screen on upload of some files
Hi, I saw the
->visibility('private')
in your code, on the edit page are you able to preview this image? I have something like this , Uploading is fine. but when I view/edit the reocrd, I can't preview this image. here is the disk in my 'config/filesystems.php': . any idea why preview is not working? thanks.8 replies
adding table filter in action->url()
it works and the filter is showing as an active filter so users can remove it. Is it possible to set the filter but invisible to users? I think I want the action->url() to this new list records page with a preset filter programmatically.
3 replies
Action modal form with many field to prefill
Hi, have you found a way to automatically refresh form data after the Modal data is updated and closed? On my main form, I have a modal to update a related record, but the related record is not refreshed after the modal is done. Thanks!
14 replies
different data source for Table Builder?
thanks. my case is a little different as the data is read by uploading a csv file from a user. so I tried with Sushi. I put the csv array into Cache, in the model's
getrows()
I tried to get that array from cache, but always returned null
. I can see the array is saved in cache.4 replies