GS1UiShowTable - Gs1TestTeam/GS1_Angular_Prototype GitHub Wiki

GS1UiShowTable:

Display the retrieved data in a table.

Class Diagram:

eps01

Definition of Attributes

Attributes type Description
totalSize Number Define the total size of a table (e.g: 650px)
tableTitle String Define the title of table (e.g: Google Analysis by Items)
tableRef String Define the result set name that includes data (e.g: GoogleAnal_1Result)
tableColor String Define table color or rbg code (e.g: red or #ff00cc)
fieldName String Define the field name of result set to show in screen (e.g:)
fieldType String Define the displayed type (e.g: string, number, date ...)
fieldSize Number Define the displayed size
fieldFormat String Define the displayed format (e.g: ###,###.00)

Actual Attributes in the Interface.

Col1Title: string;
Col2: string;
fieldData: Array;
Col3: string;
labelData: Array;

⚠️ **GitHub.com Fallback** ⚠️