Skip to content

Adds column sorting to Nginx tables#5520

Merged
jc21 merged 1 commit into
NginxProxyManager:developfrom
D0LBA3B:feature/sortable-tables
May 13, 2026
Merged

Adds column sorting to Nginx tables#5520
jc21 merged 1 commit into
NginxProxyManager:developfrom
D0LBA3B:feature/sortable-tables

Conversation

@D0LBA3B
Copy link
Copy Markdown
Contributor

@D0LBA3B D0LBA3B commented May 5, 2026

Issue #3158

Adds sorting on the columns of the Nginx tables (Proxy Hosts, Redirection Hosts, Dead Hosts and Streams)
The project already uses TanStack React Table so it was mostly a matter of enabling getSortedRowModel and adding a small sort indicator in the table header

Sortable columns

  • Proxy Hosts => Source, Destination, Status
  • Redirection Hosts => Source, HTTP Code, Scheme, Destination, Status
  • Dead Hosts => Source, Status
  • Streams => Incoming Port, Destination, Status

@nginxproxymanagerci
Copy link
Copy Markdown

Docker Image for build 2 is available on DockerHub:

nginxproxymanager/nginx-proxy-manager-dev:pr-5520

Note

Ensure you backup your NPM instance before testing this image! Especially if there are database changes.
This is a different docker image namespace than the official image.

Warning

Changes and additions to DNS Providers require verification by at least 2 members of the community!

@jc21
Copy link
Copy Markdown
Member

jc21 commented May 13, 2026

Great work, thanks :)

@jc21 jc21 merged commit 70538af into NginxProxyManager:develop May 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants