jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Use ref-id for all trs #45

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

Selection (and sorting) will need to know the ID or reference of the item rather than the index in the display. This is also needed for Virtualization. This leads down this direction.

The only controversial piece is the usage of $parent in the TableSelection directive. This was needed since the scope in the table selection is for the table, but selection usage is likely used in the parent (which would include the toolbar)

Fixes #44

Xanir commented 10 years ago

see inline comments