The column() method returns an object that represents the specified Scheduler row header cell.
Declaration
DayPilot.Row.column(i)Parameters
i(number) - row header column index, starting at 0
Return Value
Returns an object that represents a row header cell with the following method:
html(str)- updates the cell HTML
Notes
The html(str) method inserts raw HTML into the cell and does not protect the supplied string against XSS attacks.
Example
dp.rows.find("A").column(0).html("test");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot