feat: support for table cell slash #290
This commit is contained in:
@@ -426,7 +426,17 @@ Feature: Table td border type
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeTableTdBorderType(payload: TableBorder)
|
||||
instance.command.executeTableTdBorderType(payload: TdBorder)
|
||||
```
|
||||
|
||||
## executeTableTdSlashType
|
||||
|
||||
Feature: Table td slash type
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeTableTdSlashType(payload: TdSlash)
|
||||
```
|
||||
|
||||
## executeTableTdBackgroundColor
|
||||
|
||||
Reference in New Issue
Block a user