Wappler Version : 6.8.0
Operating System : Windows 11
Server Model: Node JS
Database Type: SQLite
Hosting Type: localhost
Expected behavior
I should be able to use the data binding to apply functions onto the inner text of a dynamic attribute.
Actual behavior
Whenever I try to apply functions onto data from the server connect in the dynamic attributes of a table, the text disappears in the browser
How to reproduce
Create a page in the cwadmin folder
Add a server connect
Connect an API action that searches users / gets a list of users
Add a paragraph to the page
Add inner text to the paragraph
Get the first name from the query from the server connect
Apply a capitalize function or any other function to that inner text / name
Here's an example - the validated date has the applied function, but the rest of the data does not. Only the data with applied functions do not show. The validated date shows again when I remove the data binding
I don’t know, if you’re working in that target and no 404 errors in the console, then yes.
What is the data type that you’re trying to format? Is it a string?
Interestingly, I got a popup before opening Wappler saying that Windows firewall was asking for to give Node JS permission. Maybe it has something to do with that
It's defintely not a problem with the data type, so I guess it would have to be that formatter js is missing from my server. How would I add it back in?
Not sure if this has to do with it either but I also noticed that this page and the pages in the same folder as this page are all receiving the "There are changes in the used components assets. Do you want to apply them?" popup
Also, strangely it says "DMXzone Server Connect" returns "DMXzone server connect"
Btw I figured out how to host on a remote server, I just need to figure out how to copy the database from the local to remote first before having something to show