Skip to content

Commit 1cd605b

Browse files
committed
#6582 data: 30 entries
1 parent 0f1acf7 commit 1cd605b

2 files changed

Lines changed: 33 additions & 12 deletions

File tree

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
[
2-
{"symbol": "ADBE", "name": "Adobe Inc.", "sector": "Information Technology"},
3-
{"symbol": "AMD", "name": "Advanced Micro Devices", "sector": "Information Technology"},
4-
{"symbol": "ABNB", "name": "Airbnb", "sector": "Consumer Discretionary"},
5-
{"symbol": "GOOGL", "name": "Alphabet Inc. (Class A)", "sector": "Communication Services"},
6-
{"symbol": "GOOG", "name": "Alphabet Inc. (Class C)", "sector": "Communication Services"},
7-
{"symbol": "AMZN", "name": "Amazon", "sector": "Consumer Discretionary"},
8-
{"symbol": "AEP", "name": "American Electric Power", "sector": "Utilities"},
9-
{"symbol": "AMGN", "name": "Amgen", "sector": "Health Care"},
10-
{"symbol": "ADI", "name": "Analog Devices", "sector": "Information Technology"},
11-
{"symbol": "ANSS", "name": "Ansys", "sector": "Information Technology"}
2+
{"symbol": "ADBE", "name": "Adobe Inc.", "sector": "Information Technology"},
3+
{"symbol": "AMD", "name": "Advanced Micro Devices", "sector": "Information Technology"},
4+
{"symbol": "ABNB", "name": "Airbnb", "sector": "Consumer Discretionary"},
5+
{"symbol": "GOOGL", "name": "Alphabet Inc. (Class A)", "sector": "Communication Services"},
6+
{"symbol": "GOOG", "name": "Alphabet Inc. (Class C)", "sector": "Communication Services"},
7+
{"symbol": "AMZN", "name": "Amazon", "sector": "Consumer Discretionary"},
8+
{"symbol": "AEP", "name": "American Electric Power", "sector": "Utilities"},
9+
{"symbol": "AMGN", "name": "Amgen", "sector": "Health Care"},
10+
{"symbol": "ADI", "name": "Analog Devices", "sector": "Information Technology"},
11+
{"symbol": "ANSS", "name": "Ansys", "sector": "Information Technology"},
12+
{"symbol": "AAPL", "name": "Apple Inc.", "sector": "Information Technology"},
13+
{"symbol": "AMAT", "name": "Applied Materials", "sector": "Information Technology"},
14+
{"symbol": "APP", "name": "AppLovin", "sector": "Information Technology"},
15+
{"symbol": "ARM", "name": "Arm Holdings", "sector": "Information Technology"},
16+
{"symbol": "ASML", "name": "ASML Holding", "sector": "Information Technology"},
17+
{"symbol": "AZN", "name": "AstraZeneca", "sector": "Health Care"},
18+
{"symbol": "TEAM", "name": "Atlassian", "sector": "Information Technology"},
19+
{"symbol": "ADSK", "name": "Autodesk", "sector": "Information Technology"},
20+
{"symbol": "ADP", "name": "Automatic Data Processing", "sector": "Industrials"},
21+
{"symbol": "AXON", "name": "Axon Enterprise", "sector": "Industrials"},
22+
{"symbol": "BKR", "name": "Baker Hughes", "sector": "Energy"},
23+
{"symbol": "BIIB", "name": "Biogen", "sector": "Health Care"},
24+
{"symbol": "BKNG", "name": "Booking Holdings", "sector": "Consumer Discretionary"},
25+
{"symbol": "AVGO", "name": "Broadcom", "sector": "Information Technology"},
26+
{"symbol": "CDNS", "name": "Cadence Design Systems", "sector": "Information Technology"},
27+
{"symbol": "CDW", "name": "CDW Corporation", "sector": "Information Technology"},
28+
{"symbol": "CHTR", "name": "Charter Communications", "sector": "Communication Services"},
29+
{"symbol": "CTAS", "name": "Cintas", "sector": "Industrials"},
30+
{"symbol": "CSCO", "name": "Cisco", "sector": "Information Technology"},
31+
{"symbol": "CCEP", "name": "Coca-Cola Europacific Partners", "sector": "Consumer Staples"}
1232
]

apps/finance/view/GridContainer.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ class GridContainer extends BaseGridContainer {
2222
*/
2323
columns: [{
2424
dataField: 'symbol',
25-
text : 'Symbol'
25+
text : 'Symbol',
26+
width : 100
2627
}, {
2728
dataField: 'name',
2829
text : 'Name',
29-
width : 200
30+
width : 250
3031
}, {
3132
dataField: 'sector',
3233
text : 'Sector',

0 commit comments

Comments
 (0)