Create a table with every Monday's date as header for the duration of 5 months

Tags: #<Tag:0x00007f8b257d95d0>

How to use Date cell type, to show it as a column header showing as only Monday’s date in every consecutive column for the duration of 4 - 5 months?

That’s a pretty custom case here. If you want to attach more logic to column headers I recommend afterGetColHeader hook. It operates on an index and TH elements so you can pass different functions for all the headers.

thanks for the heads up…

You’re welcome.

I guess that we can close the topic.