Daan
Bug? Attached runnable to button but shows empty in UI (for 1 specific table & button)
Hah - cleared all caches, logged out & into Windmill again - removed the component entirely & recreated it, and it works again. So I think I just wasted a few of your minutes, sorry for that - I can't reproduce it anymore
8 replies
Bug? Attached runnable to button but shows empty in UI (for 1 specific table & button)
I don't really know - but visually, it shows on the right the inputs to the runnable script (so it's somehow fetching those correctly - in this case "path") , but when I come back to the component a second later, the view shows again at the top to "select a script" (while the path variable is still there).
8 replies
Bug? Attached runnable to button but shows empty in UI (for 1 specific table & button)
Sorry - not sure how to sure more details, figured you might link this to a known issue. Can provide more details, I'm trying a bunch of things like clearing caching in browser etc now too.
8 replies
Bug? Attached runnable to button but shows empty in UI (for 1 specific table & button)
When selecting script, it shows "no script" at the bottom, and the UI shows an inconsisent state (it shows the path options in the runnable input, but no script appears to be connected
8 replies
File input component & component re-rendering in app
OK - Add a button to an app with a File Input component. Set "disabled" to the following expression:
!h.result[0] || h.result[0].name === undefined
This works on initial load, but does not work here on our end when adding & then removing again the single file we selected in the file picker
5 replies
File input component & component re-rendering in app
(for information: looking in the app editor, the results are correctly set to undefined when we reomve a file from the file input component, so this seems like an issue related to firing an update event to the components that depend on the file input component?
5 replies
Stream file to browser from table action
Ideally, the button in the table would have an "on success" action that is not just "go to URL" but that allows us to stream the base64 encoded file directly to the browser, similar to what the "Download file" component does
4 replies
Trial warning on AgGrid component in app
Hah, it's fixed! There was a different page where we were using an EE one by chance - its a bit confusing though that if you use 1 of those somewher else, that the non-EE one will ALSO show the warning - maybe something that could be added as warning to https://www.windmill.dev/docs/misc/guides/aggrid_table
9 replies