Capitalize character case not working in datagrid cell text


The displayed text is uppercase as from the backend, the character case doesnt apply to the text. But however lowercase is working and the celltext content goes lowercase after applying

I’m not sure how Capitalize works, but I’m guessing that is the expected outcome, based on this (the docs for the equivalent of Character Case in CSS code I’m guessing).

What you can do is bind your text, apply [context.your_text_var].toLowerCase()

And then apply the capitalize. That might work.

Edit: Seems like it does.

I’d love to use a formula like my other tables and divs text on weweb . That doesnt seem to be possible in datagrid celltext where the backend api data goes directly into celltext. If its for the formula i could use custom js :sweat_smile: .

Just thought of seeing any quick solutions as its a hassle right now to migrate everything to a normal custom table in weweb where i can use formulae