AgGrid: column name changes formatting after pivoting table

referencing to the discution - Format Date Time in AgGrid - :jigsaw: Custom Components / streamlit-aggrid - Streamlit i set up the format tring for date column:

gb.configure_column(field='date', header_name='date', pivot=True,
                            type=["customDateTimeFormat"], custom_format_string='yyyy-MM')

and it displays values correctly. As example : 2024-03

when pivoting was applied, new "pivoted’ column was created with the name “2024-03-01T00:00:00”

is it possible to stay with original values as column names?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.