Provide a base table class for use by plugins #8470
Labels
status: accepted
This issue has been accepted for implementation
topic: plugins
Relates to the plugins framework
type: feature
Introduction of new functionality to the application
Milestone
NetBox version
v3.1.6
Feature type
New functionality
Proposed functionality
Extend the plugins framework to provide a base table class, e.g. for object lists. Currently, NetBox uses our custom
BaseTable
class, which extendsdjango_tables2.Table
, however there's some opportunity here to provide something more efficient. For example, we can create (and use internally) a class which includespk
andtags
columns by default.Use case
Enables plugin authors to leverage existing code in NetBox.
Database changes
No response
External dependencies
No response
The text was updated successfully, but these errors were encountered: