Files
openfoodnetwork/app
David Cook b8f8d6d042 Show/hide columns with CSS selectors instead
Well, that made the JS way simpler.

Adds a lot of classes though. Maybe we could do it based on column index instead, but this will do for now.
table.hide-col0 { td:nth-child(0) { display: none; } }
2024-06-18 15:35:53 +10:00
..
2024-06-12 14:58:09 +10:00
2023-09-12 23:19:05 +09:00
2024-04-09 10:44:02 +02:00
2024-04-02 09:59:16 +11:00
2024-05-30 14:24:51 +05:00
2024-04-09 10:44:02 +02:00
2024-05-14 12:40:58 +10:00