Using angular.js power
- repeat `tr` is `ng-repeat` and filters
- DELETE button(it remove item from array)
- header click and sort(`orderBy` and `ng-show` ▲▼)
limitTo: ~ / {{(userList|filter:query).length}} items
dirty slider impl.
Using cell-cursor features
- column width(and row height) resize by drag (`cell-cursor-drag` directive)
- Sort by drag = (`cell-cursor-row-resize` and `cell-cursor-row-resize` directive)
- cursor and range controll
- cell editor
name ▲ ▼ | email ▲ ▼ | age ▲ ▼ | admin | {{i}} | ||
= {{user.id}} | {{user.name}} |
{{user.email}} |
{{user.name.charAt(i)}} |
VALUES from cellCursor object
hasFocus={{cc.hasFocus}}selected={{cc.selected}}
getSelectedCellValues()={{cc.getSelectedCellValues()}}
users={{exportSelected()}}