tables
main.tables
¤
Tables module for the main app.
Classes¤
LearningResourceTable
¤
Bases: Table
Table class for the LearningResources model.
Classes¤
Meta
¤
Meta options for the LearningResourcesTable.
Methods:¤
render_language(value)
¤
Render the language field as a badge.
Source code in main/tables.py
53 54 55 56 57 | |
render_name(value, record)
¤
Include the URL in the name.
Source code in main/tables.py
49 50 51 | |
render_provider(value, record)
¤
Include the URL in the provider name.
Source code in main/tables.py
59 60 61 62 63 64 | |
render_skill_set(value)
¤
Include the relevant skills as button links.
Source code in main/tables.py
66 67 68 | |
ToolLanguageMethodologyTable
¤
Bases: Table
Table class for the ToolLanguageMethodology model.
Classes¤
Meta
¤
Meta options for the ToolLanguageMethodologyTable.
Methods:¤
render_kind(value)
¤
Render the kind field as a badge.
Source code in main/tables.py
87 88 89 | |
render_name(value, record)
¤
Include the URL in the name.
Source code in main/tables.py
83 84 85 | |
render_skill_set(value)
¤
Include the relevant skills as button links.
Source code in main/tables.py
91 92 93 | |