Mention how the Bulk Edit and Delete buttons are added to the Tables in the Plugin Development Guide #11604

Closed
opened 2025-12-29 21:47:31 +01:00 by adam · 0 comments
Owner

Originally created by @991jo on GitHub (Sep 12, 2025).

Originally assigned to: @991jo on GitHub.

Change Type

Addition

Area

Plugins

Proposed Changes

The Plugin development documentation currently does not explain how to get the bulk edit/delete buttons added at the bottom of the table.

Through imitation and experimentation I found out, that they are added added by the Table class, if an appropriate URL named ${modelname}_bulk_edit/delete View is found. This should be part of the documentation of the NetBoxTable class, so that others can find this easier.

Originally created by @991jo on GitHub (Sep 12, 2025). Originally assigned to: @991jo on GitHub. ### Change Type Addition ### Area Plugins ### Proposed Changes The Plugin development documentation currently does not explain how to get the bulk edit/delete buttons added at the bottom of the table. Through imitation and experimentation I found out, that they are added added by the Table class, if an appropriate URL named `${modelname}_bulk_edit/delete` View is found. This should be part of the documentation of the NetBoxTable class, so that others can find this easier.
adam added the status: acceptedtype: documentation labels 2025-12-29 21:47:32 +01:00
adam closed this issue 2025-12-29 21:47:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11604