Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 8eef03a

Browse files
committed
docs: fix typo in column presets
1 parent 34ef828 commit 8eef03a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/grid-functionalities/Grid-State-&-Preset.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ You can show/hide or even change a column position via the `presets`, yes `prese
206206

207207
So let say that we want to hide the last Column on page load, we can just find the column by it's `id` that you want to hide and pass the new column definition to the `presets` (again make sure to follow the correct preset structure).
208208

209-
##### View
210209
```ts
211210
this.columnDefinitions = [
212211
// initial column definitions

0 commit comments

Comments
 (0)