The expand() method expands a row.
Available since build 2259.
Declaration
DayPilot.Row.expand()Example
const row = dp.rows.find("G1");
row.expand();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot