feat: support closed connections (#5244)

* feat: support closed connections

* fix: clear closed connections

* feat: show footer

* feat: show closed connection detail

* docs: update Changelog.md

* chore: update
This commit is contained in:
oomeow
2025-11-13 19:50:23 +08:00
committed by GitHub
parent d73036a3b6
commit 1125dc0562
22 changed files with 195 additions and 120 deletions

View File

@@ -516,7 +516,6 @@ export const ConnectionTable = (props: Props) => {
>
<DataGrid
apiRef={apiRef}
hideFooter
rows={connRows}
columns={columns}
onRowClick={(e) => onShowDetail(e.row.connectionData)}