Skip to content

Commit

Permalink
Merge pull request #1898 from salesforce-ux/chore/doc-update-pagination
Browse files Browse the repository at this point in the history
Mention why pagination is to be avoided
  • Loading branch information
Kaelig Deloumeau-Prigent authored Jan 5, 2017
2 parents b988a4c + a5348af commit 31a4385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/guidelines/layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default (
<h2 className="site-text-heading--medium slds-p-top--x-large">Table Layouts</h2>
<p>Use a table layout for flexibly viewing and managing large sets of data. The layout uses 100% of the viewport. Items are displayed as rows with their fields organized in columns.</p>
<p>The columns are fixed width and use as much horizontal space as necessary. Columns do not resize when the window changes width. Users can choose which columns to show and how wide each column is. If the grid is wider than the viewport, users horizontally scroll to see more data.</p>
<p>The table can be of infinite length. Data is loaded as the user scrolls.</p>
<p>The table can be of infinite length. Data is loaded as the user scrolls. This lets your users access their data most efficiently. Avoid using manual pagination controls, which reduce efficiency.</p>
</div>
<figure className="slds-size--1-of-1 slds-medium-size--1-of-3 slds-shrink-none">
<img className="slds-image" src="/assets/images/layout/img-table-layout.svg" alt="Wireframe image of table layout design" />
Expand Down

0 comments on commit 31a4385

Please sign in to comment.