Merge pull request #4555 from netbox-community/492-table-column-ordering

Closes #492: Table column ordering
This commit is contained in:
Jeremy Stretch
2020-05-04 15:12:29 -04:00
committed by GitHub
20 changed files with 751 additions and 201 deletions

View File

@@ -8,3 +8,4 @@ The `users.UserConfig` model holds individual preferences for each user in the f
| ---- | ----------- |
| extras.configcontext.format | Preferred format when rendering config context data (JSON or YAML) |
| pagination.per_page | The number of items to display per page of a paginated table |
| tables.${table_name}.columns | The ordered list of columns to display when viewing the table |