From 235d3b0b81d626a3ab37f7982bc8ff3a159e82ec Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Wed, 28 Jan 2026 17:34:28 +0900 Subject: [PATCH] feat(PlayerList): table size --- src/components/PlayerList.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/PlayerList.tsx b/src/components/PlayerList.tsx index cf10c8d..b02aea3 100644 --- a/src/components/PlayerList.tsx +++ b/src/components/PlayerList.tsx @@ -12,9 +12,14 @@ export const PlayerList: React.FC = props => { return ( <> `${e.name}-${e.uid}`} loading={props.loading} + pagination={{ + placement: ['topCenter', 'bottomCenter'], + }} > `${i + 1}`} /> } />