Skip to content

Commit e0ea4dd

Browse files
[update] data in the Angular integration
1 parent c751baa commit e0ea4dd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/angular_integration.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,12 @@ To add data into Spreadsheet, you need to provide a data set. You can create the
139139
export function getData(): any {
140140
return {
141141
styles: {
142-
header: {
143-
"font-weight": "bold",
144-
"white-space": "nowrap"
142+
bold: {
143+
"font-weight": "bold"
145144
},
146-
highlighting: {
147-
color: "#0b72a5",
148-
"white-space": "nowrap"
145+
right: {
146+
"justify-content": "flex-end",
147+
"text-align": "right"
149148
}
150149
},
151150
data: [
@@ -175,7 +174,7 @@ export function getData(): any {
175174

176175
// more cells with data
177176
]
178-
};
177+
}
179178
}
180179
~~~
181180

0 commit comments

Comments
 (0)