Adding table plugin in the Rich text editor (#3799)

* Add Table button in RTE Toolbar

Co-authored-by: Aswath K <aswath.sana@gmail.com>
This commit is contained in:
Arpit Mohan 2021-04-01 13:54:42 +05:30 committed by GitHub
parent efec01344a
commit 91a7acea49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -7,3 +7,4 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md)

View File

@ -97,7 +97,7 @@ export const RichtextEditorComponent = (
"insertdatetime media table paste code help",
],
toolbar:
"undo redo | formatselect | bold italic backcolor forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | help",
"undo redo | formatselect | bold italic backcolor forecolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | table | help",
});
return () => {