Hi,
I don't understand and didn't find solution for task.
For example, I have two datasources - Users (it has id, login, department_id) and Departments (it has id, title). I get data with REST protocol.
When I receive Users data - it has department_id which is foreign key for Departments.Id.
I build grid with Users datasource, but I would like to show Department.title instead of department_id.
How can I do it?
I haven't found solution in SmartGWT showcase and google.
Please help.
Thanks.
I don't understand and didn't find solution for task.
For example, I have two datasources - Users (it has id, login, department_id) and Departments (it has id, title). I get data with REST protocol.
When I receive Users data - it has department_id which is foreign key for Departments.Id.
I build grid with Users datasource, but I would like to show Department.title instead of department_id.
How can I do it?
I haven't found solution in SmartGWT showcase and google.
Please help.
Thanks.
Comment