Correct table header

This commit is contained in:
Jeremy Stretch
2025-12-09 15:20:09 -05:00
parent 3317169329
commit 71aba26917

View File

@@ -38,7 +38,7 @@ class MyModelTable(NetBoxTable):
In addition to the base NetBoxTable class, the following table classes are also available for subclasses of standard base models. In addition to the base NetBoxTable class, the following table classes are also available for subclasses of standard base models.
| Model Class | Serializer Class | | Model Class | Table Class |
|-----------------------|------------------------------------------| |-----------------------|------------------------------------------|
| `PrimaryModel` | `netbox.tables.PrimaryModelTable` | | `PrimaryModel` | `netbox.tables.PrimaryModelTable` |
| `OrganizationalModel` | `netbox.tables.OrganizationalModelTable` | | `OrganizationalModel` | `netbox.tables.OrganizationalModelTable` |