Table relationships

Hi all,

I’m totally new to dhtmlX. Is it possible to create a relationship between two tables?
e.g.

Table 1 (staff):

uuid_staff, fName, lName, position

Table 2 (position):

uuid_position, pName

I want to display the grid of staff with a dropdown list or checkboxes at the position cell. I searched for tutorials for that but couldn’t find any.

Thanks for your help!
Dan

You may try to use the datastore component.
docs.dhtmlx.com/datastore__index.html
You can find the samples in the dhtmlxSuite package.