Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton committed Jun 10, 2014
1 parent bea8e51 commit 1eb64d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Attribute | Options | Default | Description
`columns` | *array* | `[]` | Columns to display, with options. If `[]`, columns will be computed from `data`. _See_ [Columns](#columns)
`sortColumn` | *string* | `null` | Current sorted `column.name`
`sortDescending` | *boolean* | `false` | Current sorted column sort direction
`checkbox` | *boolean* | `false` | Renders a checkbox column as first column, allowing selection of elements.
`checkbox` | *boolean* | `false` | Renders a checkbox column as first column, facilitating row selection.
`rowSelection` | *boolean* | `false` | Enable user interactive row selection
`multiSelect` | *boolean* | `false` | Multiple rows can be selected
`selected` | *object* | `null` | Element of `data` (if `!multiSelect`)
Expand Down Expand Up @@ -331,7 +331,6 @@ PolymerExpressions.prototype.myFilter = myFilter
- better support for internal row field change observers
- better CSS theming
- integration with IndexedDB
- ensure stable sort (orders can change within duplicates on sorted column)
- maybe: max and fixed table sizing / scrolling
- maybe: cell selection
- maybe: figure out how to sort by selected (click on header of checkbox column?)
Expand Down

0 comments on commit 1eb64d2

Please sign in to comment.