Support Forum
Possible, but supported out of the box.
All solutions that I see require specific resource, called 'Unassigned'. You will need to override Sch.view.Horizontal#getEventsForResource method to return all unassigned events, if method is called for 'Unassigned' resource.
First solution: add 'Unassigned' resource to the resource store, sort resource store to make this resource appear last in the list. Done. But row won't normally stick to the bottom, maybe some css will help.
Second solution: add another scheduler below, make it partner panel, hide header and add that unassigned resource to the store.
All solutions that I see require specific resource, called 'Unassigned'. You will need to override Sch.view.Horizontal#getEventsForResource method to return all unassigned events, if method is called for 'Unassigned' resource.
First solution: add 'Unassigned' resource to the resource store, sort resource store to make this resource appear last in the list. Done. But row won't normally stick to the bottom, maybe some css will help.
Second solution: add another scheduler below, make it partner panel, hide header and add that unassigned resource to the store.