angular-editor icon indicating copy to clipboard operation
angular-editor copied to clipboard

Table Support

Open sks40gb opened this issue 6 years ago • 6 comments

Is there any plan for implementing the Table Support.

sks40gb avatar Dec 14 '18 09:12 sks40gb

@kolkov - do we have any specific deadline to get this feature in ? I have been waiting for this feature for so long.

sks40gb avatar Aug 22 '19 10:08 sks40gb

It's been some time since someone poked this issue... @kolkov are you still actively developing this project? Any word on this particular feature?

vicatcu avatar Feb 16 '21 20:02 vicatcu

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>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</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 avatar Feb 18 '21 04:02 benzourry

@benzourry , Is this still working, its not helping for me

gowthambalashanmugam avatar Sep 28 '23 10:09 gowthambalashanmugam

@benzourry Have you managed a way to edit the table on the go? Adding rows/cols?

unai001 avatar Jun 11 '24 09:06 unai001