support
support copied to clipboard
Should be possible to refresh a single row with a method
Hi,
is it possible to re-render a special amount of rows within the Gantt? In my case I need to refresh the root nodes of my loaded schedules. This would be for example 2 out of 300 loaded rows. In the official API there is only a refreshRows or renderRows function available which would re-render all the rows. Unfortunately the renderRow(rows) function of the RowManager is not available from the Gantt. Or is there another possibility?
Thanks in advance for any hint.