Required library edition:
Required library file: dhtmlxscheduler_units.js
creates a units view
Method accepts the only parameter - configuration object
var sections=[ {key:1, label:"Section A"}, {key:2, label:"Section B"}, {key:3, label:"Section C"}, {key:4, label:"Section D"} ]; 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"} ], skip_incorrect:true, size:10, step:5 });