However as soon as I refresh the page or reload the data, team_type is not displayed anymore. Instead I get a “undefined” text for each row.
Also, the created_formated is not displayed anymore, instead the value of “created_at” is being displayed.
@Quentin is it possible to format datagrid cells on the front end? For example, I’d like to format a date a specific way and would rather do it on the frontend versus backend. Doesn’t seem like the settings allow that in the datagrid element
I’m using a data grid element.
But I figured out what the issue was. I was trying to display the data by setting the value in the cell’s Initial Value field. When I set it in the column settings of the DataGrid element instead, it works perfectly.