refreshData

간트 차트의 데이터를 새로 고침합니다.

void refreshData();

Example

gantt.refreshData();

Related samples

Details

이 메서드는 간트 차트에 이미 존재하는 데이터를 다시 로드하지 않고 다시 그리도록 설계되었습니다. 다음 예제를 참고하세요:

Related sample:  Gantt. Re-draw data

서버에서 데이터를 가져와야 할 경우에는 parse() 또는 load() 메서드를 사용해야 합니다.

Related sample:  Gantt. Load data from different data objects

See also
Back to top