sid
November 9, 2023, 9:24am
2
Hi.
Due the way Wappler’s formatter is designed, split function returns strings.
You can create a custom formatter which splits and returns numeric value yourself.
Wappler opens up its extensibility powers!
Now you can define your own custom modules and formatters for Server Connect. You can write your own custom code but also provide a UI definition of your extensions so they integrate directly visually in Wappler!
Writing Extensions for Server Connect
Folder Structure
All extensions files are placed in your project folder under the following folders:
for modules:
extensions/server_connect/modules
for formatters
extensions/server_connect/forma…