aha_table 0.0.2+1
aha_table: ^0.0.2+1 copied to clipboard
A Polymer element for a searchable, sortable, paginatable, inline-editable, selectable, copyable, removable, movable table/grid.
#TODO
- Change styles to less
- Change editors to templates
- Add infinite scrolling
- Add resizeable columns
- Move Pagination Ui outside aha-table
- Add Material design styles (Maybe Bootstrap Styles)
- Add unit-tests
#v0.0.2
- correct copyRow handler
- correct removeRow handler
- add demo code to retrieve and show row data
- add demo code to make table copyable, removable, movable...
- remove attributes from polymer-element tag in aha_table.html
- correct bug when adding attribute pagesize viewRows not being rendered
- correct bug after dataRows removed or added row selected get unselected
- rename attr modified to modifiedRows
- rename attr removed to removedRows
- rename method handleRemove to removeRow
- rename method copy to copyRow
#v0.0.1 Add around 80% of the features that aha-table js has