BTMorton / angular2-grid

A drag/drop/resize grid-based plugin directive for angular2
https://bmorton.co.uk/angular/
MIT License
354 stars 159 forks source link

Help to support backward compatibility #308

Open smkart opened 4 years ago

smkart commented 4 years ago

Hi All,

We need small help to support backward compatibility, We created a grid with .dragHandle : ".Class1" and saved all the configuration as json image

We now need to change .dragHandle: ".Class2" , but existing drag handlers are not working , Is there a way to make all the existing .dragHandle: to "Class2" ?