show_empty_state

控制当 grid 为空时是否显示占位符

boolean show_empty_state;

Example

gantt.config.show_empty_state = true;


Default value:

false

Related samples

Details

empty screen tip

See also
Change log

在版本 8.0 中添加

Back to top