docs: table cell background color
This commit is contained in:
@@ -51,6 +51,7 @@ interface IElement {
|
||||
colspan: number;
|
||||
rowspan: number;
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
value: IElement[];
|
||||
}[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user