stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

cancelEdit and undoEdit do the same thing #32

Closed masonlouchart closed 8 years ago

masonlouchart commented 9 years ago

Into the rowEditorTemplate I use the undoEdit method and the row in edition mode is reset but also untoggle. I tried the cancelEdit and it has the same behavior.

The doc

sortable_table_doc