Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make improvements to org table (#10679)
### What - added responsiveness to the table by making it horizontally scrollable. - added custom visibility option, so users can choose which column they want to see/not see on the table. - updated `templates/web/common/site_layout.tt.html` file to include a link only visible to admins and moderators in the homepage menu, this link leads to the organization table page. - updated `/cgi/display_org_table.pl` file to persist search queries values in the form after submission. - replaced `creator` field with `creator_email` - created a script that populates the creator email for existing orgs ### Screenshot <img width="1432" alt="Screenshot 2024-08-12 at 9 33 25 AM" src="https://github.com/user-attachments/assets/05337e60-3670-445e-b84d-c0df001f6be7"> <img width="1422" alt="Screenshot 2024-08-12 at 9 33 41 AM" src="https://github.com/user-attachments/assets/8e0387d4-012c-4562-8928-fc291758b2ce"> --------- Co-authored-by: Stéphane Gigandet <stephane@openfoodfacts.org>
- Loading branch information