Add and remove rows inside a table with this button.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'table',
buttons: ['tableRow'],
test: AlloyEditor.SelectionTest.table
}
]
}
}
});