fix(frontend): disable table virtualization

Removes the `virtual` table option from Clients, Inbounds, and Nodes list pages. This aligns table behavior across key admin views and avoids virtualization-related rendering/interaction issues with the existing scroll and pagination setup.
This commit is contained in:
Sanaei
2026-08-15 17:33:56 +02:00
parent d7698ec7aa
commit 03950b1295
3 changed files with 0 additions and 3 deletions
@@ -1351,7 +1351,6 @@ export default function ClientsPage() {
pagination={tablePagination}
size="small"
scroll={{ x: 1200, y: 'calc(100vh - 380px)' }}
virtual
onChange={onTableChange}
locale={{
emptyText: (
@@ -287,7 +287,6 @@ export default function InboundList({
}}
pagination={paginationFor(visibleInbounds)}
scroll={{ x: tableScrollX, y: 'calc(100vh - 320px)' }}
virtual
style={{ marginTop: 10 }}
size="small"
locale={{
-1
View File
@@ -649,7 +649,6 @@ export default function NodeList({
pagination={false}
loading={loading}
scroll={{ x: 'max-content', y: 'calc(100vh - 320px)' }}
virtual
size="middle"
rowKey="key"
rowSelection={dataSource.length > 1 ? {