Skip to content

Commit

Permalink
Update example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-c committed Jan 13, 2024
1 parent f0a59f6 commit eef5f4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ import { Column, ColumnType, Datagrid, Pager } from "@alex-c/blueprint-datagrid"
<Column field="name" label="Name" filter />
<Column field="shuUpperBound" label="Heat (SHU)" type={ColumnType.NUMBER} sortable />
<Column field="rare" label="Rare" type={ColumnType.BOOLEAN} />
<Pager elementsPerPage={5} />
<Toolbar position={ToolbarPosition.BOTTOM}>
<Pager elementsPerPage={5} align={Alignment.RIGHT} />
</Toolbar>
</Datagrid>;
```

Expand Down

0 comments on commit eef5f4f

Please sign in to comment.