DayPilot.Scheduler.rows.update

The rows.update() method updates the specified JavaScript Scheduler row.

Declaration

DayPilot.Scheduler.rows.update(row);

Parameters

Notes

You can get the DayPilot.Row object using rows.find().

After changing DayPilot.Row.data, which holds the source data object, call rows.update() to apply the changes.

Example

const row = dp.rows.find("A");
row.data.name = "Room A1";
dp.rows.update(row);

See Also

DayPilot.Scheduler.rows.find()

DayPilot.Row Class

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript