from official grocery CRUD web, they teach me set_relation like that:
set_relation tutorial
The tutorial show how to display database which the main table (set_table) is "employees". But how do i display when my set_table is offices, so then one of my column consist of list of employees which work in the specific office.
Thanks.