feat: apply style to entire table #232

This commit is contained in:
Hufe921
2023-08-08 22:30:01 +08:00
parent e058ddd520
commit b54b66d3d4
5 changed files with 136 additions and 55 deletions
+10
View File
@@ -419,6 +419,16 @@ Usage:
instance.command.executeTableTdBackgroundColor(payload: string)
```
## executeTableSelectAll
Feature: Select the entire table
Usage:
```javascript
instance.command.executeTableSelectAll()
```
## executeImage
Feature: Insert a picture