Skip to content

Commit 192440a

Browse files
authored
Merge pull request #20334 from 991jo/patch-2
Extended plugin development documentation regarding bulk edit/delete …
2 parents 2dac09c + 37644ee commit 192440a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/plugins/development/tables.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ table.configure(request)
4747

4848
This will automatically apply any user-specific preferences for the table. (If using a generic view provided by NetBox, table configuration is handled automatically.)
4949

50+
51+
### Bulk Edit and Delete Actions
52+
53+
Bulk edit and delete buttons are automatically added to the table, if there is an appropriate view registered to the `${modelname}_bulk_edit` or `${modelname}_bulk_delete` path name.
54+
5055
## Columns
5156

5257
The table column classes listed below are supported for use in plugins. These classes can be imported from `netbox.tables.columns`.

0 commit comments

Comments
 (0)