adds a rows/cols span
addSpan(spanObj: object): void;
Parameters:spanObj: object
- an object with configuration of a span. The object contains the following properties:
row: string | number
- mandatory, the id of a rowcolumn: string | number
- mandatory, the id of a columnrowspan: number
- optional, the number of rows in a spancolspan: number
- optional, the number of columns in a spantext: string | number
- optional, the text in a spanned row/columncss: string | number
- optional, the name of the CSS class that will be applied to a spanExample
grid.addSpan({
row: "0",
column: "a",
rowspan: 5
});
// grid.paint();
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4