sweetplum
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