refreshData

refreshes data in the Gantt chart

void refreshData();

Example

gantt.refreshData();

Related samples

Details

The method is intended not to reload but to re-draw data in the Gantt chart. See the example:

Related sample:  Gantt. Re-draw data

If you need to load data from the server, use either the parse() or load() method.

Related sample:  Gantt. Load data from different data objects

See also
Back to top