keyNavigation
Optional. Enables/disables navigation in List by arrow keys
keyNavigation?: boolean | (() => boolean);
Default value: true
Example
const list = new dhx.List("list_container", {
keyNavigation:true
});
info
From v8.0, focusing of items isn't available when key navigation is disabled. Use methods of the Selection object.