keyboard_navigation

enables keyboard navigation in gantt

boolean keyboard_navigation;

Example

gantt.config.keyboard_navigation = true;


Default value:

true

Related samples

Details

This option is defined in the keyboard_navigation extension, so you need to activate the keyboard_navigation plugin. Read the details in the Keyboard Navigation article.

added in version 4.1

See also
Back to top