I currently am pulling data from Xano. In other fields I am able to use the Date formulas to format the date as MM/DD/YYY. However the datagrid does not provide that option. Is there a way to only show the date and not the time since that is not relevant to my use case but still keep the date filed editable. Thanks in advance for your help.
Hey @jreinagel
I’ve seen that you can set a column type in the data grid component. When you do so, and select the Cell - date
, you have access to a Vizualisation
property that allows you to format the date. To note that the Cell - date
is marked as deprecated — but it’s still working. I believe there will be an updated Table component soon.
Hmm, I can’t seem to find that. I selected the type date, but when I select the cell (as per your picture above) I don’t see those options. I do appreciate you taking time to answer my question.
Careful not to select the text inside of the cell, but the cell itself. You should see the parameters then
That did the trick. Thanks for your help!
I’m not able to select any cell in edit mode, it only selects the entire DataGrid. Do you know what I’m doing wrong?
I have the exact same issue as @toasttours . Did anyone figure out how to format each column in the Datagrid separately please? Thank you