Document remaining primary/organizational/nestedgroup resources for the plugins API (except GraphQL types & filters)

This commit is contained in:
Jeremy Stretch
2025-12-04 15:29:34 -05:00
parent dfbc795299
commit 72c0567ced
5 changed files with 78 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ class MyModelTable(NetBoxTable):
default_columns = ('pk', 'name', ...)
```
In addition to the base NetBoxTable class, the following table classes are also available for applicable 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 |
|-----------------------|------------------------------------------|