ReportScripts.js - grey1105/Reports GitHub Wiki
ReportsScripts.js handles all the functions responsible for handling the behavior of the reports.
As the reporting software gets more complex, updates to this system will happen. For example: rendering the reports and a responsive table client side or server side depending on the number of data.
The function getQueryReport() needs the following format for the query: each column name of the db needs to be separated by a period. Ex. 'alert_id.probe_id.scan_date.alert_process_date'