- 🇳🇱Netherlands johnv
I guess issue ✨ Each day in individual Views Table Column Fixed solves the request in D8 version.
Office hours field could be very useful to create schedule tables for office workers using Views, in table display mode, when days are in the head of the table and work hours are in cells. For now, to do that, one can only add Office hours field to the view multiple times (5, for Monday-Friday) and in the multiple field settings check to show only 1 value for each day.
But then there is an issue one can only fix by altering the view in a module: when there are "closed" days (days with no office hours), values will shift to the left. I mean, if I set up office hours like 10-14 for Monday and 8-12 for Friday, leaving all other days closed, and then I set up a view in a fashion described above, I would see 8-12 in Tuesday column. This is correct behavior because there are really only 2 existent values for the field, but it doesn't help to create a schedule table.
So, it would be great to have a field handler which allows to query a certain day and renders office hours (or "closed" string) just for this day.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I guess issue ✨ Each day in individual Views Table Column Fixed solves the request in D8 version.