Required library edition:
Required library file: dhtmlxscheduler_units.js
create a units view
Method accepts only one parameter - configuration object
scheduler.createUnitsView({ name:"unit", property:"section_id", list: [ {key:1, label:"Section A"}, {key:2, label:"Section B"}, {key:3, label:"Section C"}, {key:4, label:"Section D"} ], size:10, step:5 });