Is it possible to put an existing table inside a content control? Right now, the content controls, which were created with "table.insertContentControl()", disappear after page reloading. The reasoning for such functionality is to be able to remove the table contained in a Content control according to the add-in's logic.
Is it possible to create a content control for a part of a table, e. g. a row(s), a column(s), or several table cells at once? As in the first case, we need these content controls to remove the corresponding table parts based on the content control tag/title, etc.