handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
434 stars 159 forks source link

manualRowMove feature not implemented in nghandsontable #238

Closed jnjagtap closed 6 years ago

jnjagtap commented 6 years ago

in hot table i can implement only few feature .i want to implement manualRowMove,manualcolumnMove,resize row/column. how to implement this(community edition feature)?

AMBudnik commented 6 years ago

Hi @jnjagtap

here http://jsbin.com/yohifaheyu/edit?html,js,output is an example for moving rows in the ngHandsontable

jnjagtap commented 6 years ago

hi @AMBudnik thank you for ur guidance.