wai_aria_attributes

enables WAI-ARIA support to make the component recognizable for screen readers

boolean wai_aria_attributes;

Example

gantt.config.wai_aria_attributes = true;
...
gantt.init("gantt_here");


Default value:

true
Details

added in version 4.1

See also
Back to top