Skip to content

Commit

Permalink
refactor: paginationによるUXの改善
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed Apr 24, 2024
1 parent efb6f45 commit 46c5297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/users/usersAgGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const UsersAgGrid = (props: UsersAgGridProps) => {
rowData={rowData}
columnDefs={colDefs}
onRowClicked={handleRowClick}
pagination={true}
paginationAutoPageSize={true}
/>
</div>
);
Expand Down

0 comments on commit 46c5297

Please sign in to comment.