GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Adding/Removing Rows/Columns in Tables? #464

Closed cmangen closed 6 years ago

cmangen commented 6 years ago

How do I can add or remove a specific row or column in a ContentTools created table?

Thank you very much

anthonyjb commented 6 years ago

@cmangen you can't remove a specific column, you can change the number of columns by selecting the table tool in the toolbox when a cell in the table is focused. You can however remove a row by holiding down shift and selecting the delete icon in the toolbox, this will delete the row for the currently selected table cell.

cmangen commented 6 years ago

@anthonyjb Thank you very much for the explanation. This helps already a lot.