Changing table formatting is not preserved in layout

Hi Team,

Would it be possible to save the formatting changes in the layout?
When one e.g. does change the date formatting of a column it’s not preserved in the layout.

Thanks
Nico

Yes, this would make sense. For pragmatic reasons, column formatting is currently stored as a tag on a data frame column, and these tags are not saved as part of the layout - but it would actually make sense to pre-define a set of the tags used for the data representation (such as column format), save them with the layout, and later re-apply back to the data frame column when the layout is applied.

Great, looking forward to this.