Skip to content

Commit 0baabdd

Browse files
riccardoperraautofix-ci[bot]
andauthoredJan 21, 2025
docs(angular): add editable, row-dnd and performant column resizing example (#5881)
* add editable cell example * add editable cell example * row dnd exmaple * revert basic * ci: apply automated fixes * column resizing performant example * fix * fix budgets * ci: apply automated fixes * typo --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 0caf695 commit 0baabdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2147
-67
lines changed
 

‎docs/config.json

+12
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,18 @@
438438
{
439439
"to": "framework/angular/examples/signal-input",
440440
"label": "Signal Input"
441+
},
442+
{
443+
"to": "framework/angular/examples/editable",
444+
"label": "Editable data"
445+
},
446+
{
447+
"to": "framework/angular/examples/row-dnd",
448+
"label": "Row DnD"
449+
},
450+
{
451+
"to": "framework/angular/examples/column-resizing-performant",
452+
"label": "Performant Column Resizing"
441453
}
442454
]
443455
},
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Node.js",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:18"
4+
}

0 commit comments

Comments
 (0)