gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

Rearraging columns #8

Open ermyasgit opened 10 years ago

ermyasgit commented 10 years ago

It would be nice to have the ability of rearranging columns with drug and drop event on both touch and ordinary devices.

gdepourtales commented 10 years ago

Hi

Thanks for the suggestion. ng-cells goal is to display efficiently a data grid of n x m cells much like a spreadsheet does. I found it very difficult to achieve this using standard list components such as ng-grid which let you do exactly what you want. Can you explain me more about your use case ?

Thanks