You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/development/tables.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,11 @@ table.configure(request)
47
47
48
48
This will automatically apply any user-specific preferences for the table. (If using a generic view provided by NetBox, table configuration is handled automatically.)
49
49
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
+
50
55
## Columns
51
56
52
57
The table column classes listed below are supported for use in plugins. These classes can be imported from `netbox.tables.columns`.
0 commit comments