angular-editor
angular-editor copied to clipboard
Table Support
Is there any plan for implementing the Table Support.
@kolkov - do we have any specific deadline to get this feature in ? I have been waiting for this feature for so long.
It's been some time since someone poked this issue... @kolkov are you still actively developing this project? Any word on this particular feature?
Wish this feature can be added soon. At the moment, to add a simple table, I'm just using customClasses with this
{
name: 'table',
class: '<!--',
tag: 'table class="table table-bordered"><tr><td> </td><td> </td></tr><tr><td> </td><td> </td></tr></table> <!-- '
}
to insert table. I'm not comfortable using exploits to achieved my desired outcome, but that is my only option at the moment.
@benzourry , Is this still working, its not helping for me
@benzourry Have you managed a way to edit the table on the go? Adding rows/cols?