No longer need this table? Get rid of it with this button in just one click!
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'table',
buttons: ['tableRemove'],
test: AlloyEditor.SelectionTest.table
}
]
}
}
});