I have two tables, “Projects” and “Tasks”. I need to display the completion status of the tasks in the “Projects” table.
In “Tasks”, I have a single select dropdown with “Not Started”, “In Progress”, and “Completed”. I would like to display the “Prog...