For the data-driven out there, use this button to create tables in the blink of an eye!
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['table']
}
}
});
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
add: {
buttons: ['table']
}
}
});