Edit DateTime Picker Settings When Used as Column in Table

I know I can edit the DateTime Picker settings when it is its own component but when I have a column in an existing table how do I edit the DateTime Picker settings? More specifically Im just looking to disable the use local time feature on the datepicker

Hey @seandawes, and welcome to the community! Sorry for the delay here :slight_smile:

Currently there's no way to adjust the settings for a datepicker column type - you'll need to break it out and use a datepicker component instead :confused:

What about doing some sort of calculation where it just checks if the time is EST and if not converts it into the cell in the row?

That could work via a column mapper!