Hello,
I have two tables. events and contact.
events contains a colum with a foreign key to contact.
How can I make scheduler to show the associated data of contact instead of the id saved in the events table, so join both tables.
Hello,
I have two tables. events and contact.
events contains a colum with a foreign key to contact.
How can I make scheduler to show the associated data of contact instead of the id saved in the events table, so join both tables.
actually it’s not just a join due to the fact that I want to change the attributes in the right table. Do I have to use the crossconnector? Is there any documentation of it?
you need to create select edtior in lightbox and use set_options on server side
check samples\01_initialization_loading\09_connector_options.html
if you need to show text label in template you can use getLabel in the event’s template
docs.dhtmlx.com/doku.php?id=dhtm … r_getlabel