From 71aba26917c582e50cf3d9291fd8772a19169ef4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 9 Dec 2025 15:20:09 -0500 Subject: [PATCH] Correct table header --- docs/plugins/development/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/development/tables.md b/docs/plugins/development/tables.md index ce7def26d..15dceed07 100644 --- a/docs/plugins/development/tables.md +++ b/docs/plugins/development/tables.md @@ -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. -| Model Class | Serializer Class | +| Model Class | Table Class | |-----------------------|------------------------------------------| | `PrimaryModel` | `netbox.tables.PrimaryModelTable` | | `OrganizationalModel` | `netbox.tables.OrganizationalModelTable` |