New properties in events table

Hello! I hope that here will help me. I’m trying to enhance your table “events” but so far I have failed. I use yii framework, and when you add to the table a new field, for example “about”, “worker”, “client” when adding a new event, I don’t see what would these fields appear in the form… While in the method “actionScheduler_data” I have clearly spelled out the line

$scheduler->render_table("events","event_id", "start_date, end_date, event_name, worker, client, rec_type,event_pid,event_length, event_about");

Help me pls!!!

Help me mates!!!

Adding fields in server side code will allow information loading and saving, but to make it visible in the lightbox you need to adjust the lightbox’s configuration as well.

docs.dhtmlx.com/scheduler/lightbox_editors.html