Replies: 4 comments 2 replies
-
Agreed - this would be great! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this something that would be considered done by the Budibase team? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
I need it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I created a few calculation formulas in JS for display in the UI - thanks to the JS instead of Handlebars capability.
But I found myself copying and pasting the same function to each component that requires it i.e. a lot of duplication and if I update the function I have to remember not to miss any component that uses it and risk creating bugs in the app.
It becomes a real pain when the app grows.
It would be nice to have a place for example in the "Data" screen a section for defining JS functions that can be made available throughout the app.
In this way, we avoid duplication and also reduced the final application size.
Beta Was this translation helpful? Give feedback.
All reactions