Willy
Willy
Explore posts from servers
HHono
Created by creatour on 9/30/2024 in #help
CORS Issue
I tried this way, as shown in the documentation, but it didn't work at all. I'll use the NextJs API anyway. Anyway, thank you very much for your attention.
9 replies
HHono
Created by creatour on 9/30/2024 in #help
CORS Issue
No description
9 replies
HHono
Created by creatour on 9/30/2024 in #help
CORS Issue
I'm having the same problem, any solution, I have localhost:3000 and app.localhost:3000
9 replies
FFilament
Created by Willy on 10/4/2024 in #❓┊help
Open modal on page load
I found it, if anyone has the same question you can pass
tableAction=my-action&tableActionRecord=my-record-id
tableAction=my-action&tableActionRecord=my-record-id
It also has the
tableActionArguments
tableActionArguments
in case anyone needs it
3 replies
NNuxt
Created by Prem on 8/9/2024 in #❓・help
ESLint not recognizing TypeScript syntax
I'm having a similar error, have you found any solution?
6 replies
NNuxt
Created by Willy on 8/9/2024 in #❓・help
Eslint error with typescript
I understand, yes, I restarted several times, I even uninstalled all the libraries and redid the installation process again and still the error persists
12 replies
NNuxt
Created by Willy on 8/9/2024 in #❓・help
Eslint error with typescript
this error is
import type ...
import type ...
12 replies
NNuxt
Created by Willy on 8/9/2024 in #❓・help
Eslint error with typescript
import { AccordionContent } from 'radix-vue'
import { AccordionContent } from 'radix-vue'
12 replies
FFilament
Created by nowak on 6/5/2024 in #❓┊help
How to trigger a custom action modal directly from a TextInputColumn updateStateUsing?
Could you give me an example? I tried a few ways, like changing the modalCancelAction but without success.
45 replies
FFilament
Created by nowak on 6/5/2024 in #❓┊help
How to trigger a custom action modal directly from a TextInputColumn updateStateUsing?
I did this in a form. But how do I return the form state if the user cancels the action? For example, I have a toggle set to false, the user clicks it, changes it to true and displays the confirmation modal. If he cancels, my toggle persists as true.
45 replies