Skip to content

Commit

Permalink
docs: update docs for new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Birch committed Feb 18, 2021
1 parent 0d513a0 commit 933a113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/pages/table/tablefooter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import SingleComponentStatus from '../../components/SingleComponentStatus';
<a href="/table/datatable">Main DataTable page</a>

The `TableFooter` component is meant to be rendered within a `DataTableContext` (provided by `DataTable` here).
By default, it shows a how many items are being displayed and pagination information. It is a display component,
and will accept a `RightComponent` and a `LeftComponent` that will override it's defaults.
By default, it shows a how many items are being displayed on the left and pagination and page information on the right.
Alternately, it will accept children.

```jsx live
<DataTable
Expand Down

0 comments on commit 933a113

Please sign in to comment.