Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Conversation

@JDownloader
Copy link
Contributor

No description provided.

| `page-size` | number | @? | | | 25 | maximum number of rows to show on each pages |
| `rows` | string | <? | yes | | | rows to show |
| `rows` | array<object> | <? | yes | | | rows to show |
| `rows-loader` | function | &? | yes | | | gets all rows (returns a promise with all rows) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a link here to your new section could be interesting to relate content in a user-friendly way

@tremblaymath
Copy link
Contributor

Rebase it onto #66 to avoid conflicts

| Attribute | Type | Binding | One-time binding | Values | Default | Description |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| `data` | array<object> | <? | yes | | | rows to show |
| `meta` | object | N/A | yes | | | an object containing pagination information {currentOffset, pageCount, totalCount, pageSize} |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, I think only totalCount is needed, could you check that in a datagrid?

@neolitec neolitec merged commit eb70d12 into master Jan 23, 2018
@AxelPeter AxelPeter deleted the docDatagrid_rows branch January 30, 2018 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants