My_Name_Is_Shef
I'm trying to remove file from import button via script
I have an import button but I want to clear the content in case something else happens, via transformer script of another process.
Clearing the const doesn't work, even clearing result doesn't work, are there any helper methods availabe to frontend script?
1 replies
Is the issue of slectedRow fixed in newer verisons?
Hello I am on 1.208.0 And I am still experiencing the issue when the data in the table gets changed, that the changes do not affect selectedRow data, this is a big issue when we have one row, cause selecting a different row will refresh the data.
2 replies
Forking an app doesn't change paths in the hiddenInlineScripts
Hello, I've noticed that when I fork my app to a new path/name, the paths do not change when I look at the app.json, they just get coppied over.
However I'm on reaaaly old version, so maybe it's already been fixed.
1 replies
How to use wmill app push?
I'm going crazy trying to push my local app to remote:
When i give path to local json file it says:
When I add another argument for a remote path it says
Is there an option I'm not aware of, the docs for the CLI are really undeveloped.
14 replies
Any changes to state trigger a refresh on one of my dropdown select component?
So this drop down select component is very important, and changing it's values triggers a lot of dependencies. But for some reason when I work with other components that work with my state, something somehow triggers the change in this dropdown to go back to default value. I've been trying to track what causes this but to no luck.
I'm on V1.136.0
4 replies
Version Control of an APP?
Does windmill support version controlling with multiple developers working on same APP?
For example I work on Tab 1, my colleague works on Tab 2, any way to merge this using windmill, or will once I save my draft or deploy overrwrite his working session?
3 replies
Form not rendering after source connection change
I have agrid and i've connected to a Form to prefill fields depending on seleceted row, but properties do get changed, while the values don't so the form doesn't change. Any way to force value change as well, not just properties?
12 replies
Help with defaults selectedRow data in AgGrid tables
I have to tables, both AgGrid, selecting a row in first table populates the second, issue is, if the second table only has one row, the slecetRow data doesn't change because I asume if the index stays the same 0, it doesn't refresh the data, is there a way to force this?
8 replies