show_empty_state

defines whether to display the placeholder element inside the grid when it is empty

boolean show_empty_state;

Example

gantt.config.show_empty_state = true;


Default value:

false

Related samples

Details

empty screen tip

See also
Change log

added in version 8.0

Back to top