Skip to content

Commit

Permalink
feat(toolbar): tableToolbar as property
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Jan 16, 2021
1 parent 52fa231 commit 051a323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default {
| `editable` | `Boolean` | `true` | When set to `false` the editor is read-only. |
| `extensions` | `Array` | `[]` | A list of extensions used, by the editor. This can be `String`, `Nodes`, `Marks` or `Plugins`. |
| `toolbar` | `Array` | `[]` | A list of toolbar button used, by the editor. This can be `String`, Vue components |
| `tableToolbar` | `Array` | `[]` | A list of toolbar button used, by the table. This can be `String`, Vue components |

## Extensions

Expand Down

0 comments on commit 051a323

Please sign in to comment.