mindmup / editable-table

tiny jQuery/Bootstrap widget that makes a HTML table editable
MIT License
686 stars 324 forks source link

Implementing 'Append row' option #28

Closed davelima closed 8 years ago

davelima commented 8 years ago

Working with this plugin, i missed an option to add a new row to table, so the user can perform an insertion too.

So i have made a little update on core script :)

Call $(element).editableTableWidget('appendrow') to append a new editable row to table

samseen commented 6 years ago

Thank you @davelima