Constructors
constructor
new Table( store: Record<string, any>, langCode: string, countryCode: string, selectedCountryCode: string, indicatorInfo: any,): Table Parameters
- store: Record<string, any>
- langCode: string
- countryCode: string
- selectedCountryCode: string
- indicatorInfo: any
Methods
createTable
createTable( data: { data_projected?: boolean; data_value: number; indicator_specification?: string; short_indicator?: string; timestamp: Date; }[], dataPath: Record<string, any>,): void Parameters
- data: {
data_projected?: boolean;
data_value: number;
indicator_specification?: string;
short_indicator?: string;
timestamp: Date;
}[] - dataPath: Record<string, any>
Returns void
Class representing a table