Use this button to remove columns inside a table.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'table',
buttons: ['tableColumn'],
test: AlloyEditor.SelectionTest.table
}
]
}
}
});