We want to be able to add and update HTML tables for our rich text using a Rich text editor. We need a button(or buttons) providing us the
- Ability to add HTML table. On click of the button, user should be able to specify the number of rows and columns in the table
- Ability to add columns to existing table
- Ability to remove columns from existing table
- Ability to add rows to existing table
- Ability to remove rows from existing table