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!!!