Hello,
I would need some advices about how to build a simple weekly planning with table and KirbyPlease see image exemple.
With Kirbytext it is easy to add a table and also with this plugin, but don’t how to customize background cell.
Any idea/suggestion is welcome, thank you.
Unfortunately, you can’t add classes to your cells like that.
I see two possibilities:
-
Not so great: Use javascript to colorize the background depending on cell content
-
What I would do: Use structured data to build your table in your template.
Thanks @texnixe, will have a look at it.