Files
openfoodnetwork/app/views/spree/admin/shared
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
..
2023-12-21 21:16:39 +01:00
2023-06-08 11:31:37 +10:00
2021-12-16 09:26:49 +01:00
2023-12-21 21:16:39 +01:00