GS1UiShowTable - Gs1TestTeam/GS1_Angular_Prototype GitHub Wiki
Display the retrieved data in a table.

| 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) |
Col1Title: string;
Col2: string;
fieldData: Array;
Col3: string;
labelData: Array;