We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f9d09 commit 6c62e90Copy full SHA for 6c62e90
apps/storybook/src/Pagination.stories.tsx
@@ -71,11 +71,15 @@ NavWithIcons.args = {
71
export const Table = Template.bind({});
72
Table.args = {
73
layout: "table",
74
+ itemsPerPage: 10,
75
+ totalItems: 100,
76
};
77
78
export const TableWithIcons = Template.bind({});
79
TableWithIcons.storyName = "Table with icons";
80
TableWithIcons.args = {
81
82
showIcons: true,
83
84
85
0 commit comments