Hedi
Showing a different tables by choosing the tab?
hello, i have a ProductResource, but i want to have a StockResource (which shows the amount of products the user has) in the same page, but switch between the tables using a tab, is tab possible?
2 replies
conditionally show editForm in Select
hello, i have a table that holds names, the user_id in the Name might be null which means it's a default Name, but users can create their own names and edit them.
but i don't want the default names to be editable, how can i hide the editForm when the user_id is null? i haven't been able to come up with an idea
here's what i have so far, thanks in advance!
3 replies
auto refresh filament page when changing code?
hello, i'm using vite and filamentphp, but when i edit something, say for example adding a form component, i have to manually go back to the browser and refresh the page. is this auto refresh not supported in filament or am i doing something wrong?
here's my
vite.config.js
file
3 replies
file upload takes too long and ends up with an error
hello, when i try to upload a large file (100mb) this happens. it rotates for a couple seocnds, then the rotation disappears and after a couple minutes the upload fails with "error during upload".
this is my code
small files works fine, this only happens with large files.
thank you in advance!
3 replies