constructor of the class HelpPage
the tab that is opened
the role when logged in: 'mdg', 'mus', 'com', 'syc'
Builds the ADM 0, ADM 1 and ADM 2 tables
adm_0, adm_1, adm_2
'iso_code', 'name_en', 'name_fr' (when building ADM 0, sort by does not have an effect as it only has one value)
'com', 'mdg', 'mus', 'syc'
builds the markup for the indicators documentation
disables or enables all user inputs
true = disable, false = enable
creates a csv for a apecific adm level the content is pulled from this.csvStructures, which for each adm level holds an array with: code, name_fr, name_en
click event
resets the help tables containers
shows or hides a column in the indicators tables
checkbox toggle event
shows or hides an indicator in the regional platform
checkbox toggle event
HelpPage class