Skip to content

Commit

Permalink
[update] data in the Angular integration
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Dec 10, 2024
1 parent c751baa commit e0ea4dd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/angular_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,12 @@ To add data into Spreadsheet, you need to provide a data set. You can create the
export function getData(): any {
return {
styles: {
header: {
"font-weight": "bold",
"white-space": "nowrap"
bold: {
"font-weight": "bold"
},
highlighting: {
color: "#0b72a5",
"white-space": "nowrap"
right: {
"justify-content": "flex-end",
"text-align": "right"
}
},
data: [
Expand Down Expand Up @@ -175,7 +174,7 @@ export function getData(): any {

// more cells with data
]
};
}
}
~~~

Expand Down

0 comments on commit e0ea4dd

Please sign in to comment.