show_empty_state

그리드가 비어 있을 때 플레이스홀더가 나타날지 여부를 제어합니다.

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