-
Notifications
You must be signed in to change notification settings - Fork 65
Add column template and list documentation to grids #369
Conversation
Codecov Report
@@ Coverage Diff @@
## master #369 +/- ##
=======================================
Coverage ? 100%
=======================================
Files ? 213
Lines ? 3291
Branches ? 344
=======================================
Hits ? 3291
Misses ? 0
Partials ? 0 Continue to review full report at Codecov.
|
src/app/components/grid/index.html
Outdated
@@ -1,6 +1,6 @@ | |||
<sky-demo-page title="Grid"> | |||
<sky-demo-page-summary> | |||
This grid component displays a SKY UX-themed grid of data. The grid should contain <code>sky-grid-column</code> components which specify column information. | |||
This grid component displays a SKY UX-themed grid of data. The grid should contain <code>sky-grid-column</code> components which specify column information. The <code>sky-grid</code> component can be used as a view of a searchable and pagable list component when used within the <a routerLink="../list-view-grid">sky-list</a> component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pagable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with paging better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or with pagination?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the slow response. I'd go with "a searchable, paginated list component"? ... If that doesn't work, I'd change "pagable" to "pageable." But I think the first suggestion is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with ', paginated list'
#349