- Source:
Extends
Methods
-
afterRender()
-
Sort init and event bindings
-
onSubjectLinkClick(e)
-
Subject click handler
Parameters:
Name Type Description eobject Event object - Source:
-
renderRow(exam, year) → {string}
-
Renders table row
Parameters:
Name Type Description examobject Exam data yearnumber Year as xxxx - Source:
Returns:
HTML-string- Type
- string
-
update(data, year) → {object|undefined}
-
Updates table by new data
Parameters:
Name Type Argument Description dataobject <optional>
Collection data yearnumber <optional>
Year in xxxx format - Source:
Returns:
Data object or undefined- Type
- object | undefined