netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
http://netboxlabs.com/oss/netbox/
Apache License 2.0
15.15k stars 2.46k forks source link

Fixes #16101: Fix initial loading of pagination widget for dynamic object tables #16118

Closed jeremystretch closed 2 weeks ago

jeremystretch commented 2 weeks ago

Fixes: #16101

Refactor HTMX table structure to swap the entire container, ensuring that the paginator is always included where appropriate.

Please test thoroughly. It seems to work fine AFAICT but there may be some corner cases lingering that I have not considered.