jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

select row no longer works #94

Closed jadrake75 closed 9 years ago

jadrake75 commented 9 years ago

With the column reordering the row-selection is also broken

Xanir commented 9 years ago

Was row selection being done by adding click listeners to rows at the table level instead of the row level? With the column reordering the rows are compiled last and would need to have a directive on the row itself to enable selection.

If we moved to using nz-selection-manager, as we had discussed previously, this issues should resolve itself.

jadrake75 commented 9 years ago

this is currently fixed with the latest pull requests