How to define TWebDataGrid column for TDateTime values?

All of the Web Core examples that I’ve found so far use only a TDate with no time field. But IIUC, ag-Grid also can handle TDateTime values. Is it possible currently in Web Core to use and display TDateTime values?

I guess a workaround is possible using the ValueFormatter event, but do you plan to handle new data types more directly?

This would go hand in hand with switching to a different version of the AgGrid library that the component uses underlying. We focus first on making our component work together with the current version of the library as solid, smooth & feature complete as possible first. After that, we'll consider at what point to migrate to a different version of the AgGrid library, taking changes vs new features in account.