feat: add table td border type
This commit is contained in:
@@ -419,6 +419,16 @@ Usage:
|
||||
instance.command.executeTableBorderType(payload: TableBorder)
|
||||
```
|
||||
|
||||
## executeTableTdBorderType
|
||||
|
||||
Feature: Table td border type
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeTableTdBorderType(payload: TableBorder)
|
||||
```
|
||||
|
||||
## executeTableTdBackgroundColor
|
||||
|
||||
Feature: Table cell background color
|
||||
|
||||
@@ -63,6 +63,8 @@ interface ILang {
|
||||
borderAll: string
|
||||
borderEmpty: string
|
||||
borderExternal: string
|
||||
borderTd: string
|
||||
borderTdBottom: string
|
||||
}
|
||||
}
|
||||
datePicker: {
|
||||
|
||||
@@ -54,6 +54,7 @@ interface IElement {
|
||||
rowspan: number;
|
||||
verticalAlign?: VerticalAlign;
|
||||
backgroundColor?: string;
|
||||
borderType?: TdBorder;
|
||||
value: IElement[];
|
||||
}[];
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user