Skip to content

Commit b91ec53

Browse files
committed
adjust docs to reflect new changes.
1 parent abbe241 commit b91ec53

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
3737
Attribute | Options | Default | Description
3838
--- | --- | --- | ---
39-
`name` | *string* | `World` | Lorem ipsum
39+
`data` | *Array* | `[]` | array of rows of data
40+
`meta` | *Array* | `[]` | array of meta for each column
41+
`perpage` | *Number* | `10` | number of rows per page
4042
4143
## Development
4244

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aha-table",
3-
"version": "0.0.1",
4-
"description": "Polymer Element for aha-table",
3+
"version": "1.0.0",
4+
"description": "Polymer Element for aha-table, a searchable, sortable, editable, selectable, paginatable table/grid.",
55
"authors": [
66
"Louis Liu"
77
],

src/aha-table.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
* aha-table is an data table/grid, it cousumes a modal data
1212
* and modal meta to show a table that can search, sort, edit
1313
* in place and pagiation.
14-
*
14+
*
15+
* Double click to edit.
16+
*
1517
* Examples:
1618
*
1719
* <aha-table></aha-table>

0 commit comments

Comments
 (0)