Skip to content

Commit

Permalink
fix: release optional chaining babel fix (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 9, 2023
1 parent 8521dc2 commit 304697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/column-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Column defs are the single most important part of building a table. They are res

- Building the underlying data model that will be used for everything including sorting, filtering, grouping, etc.
- Formatting the data model into what will be displayed in the table
- Creating [header groups](./api/core/header-group), [headers](./api/core/header) and footers(./api/core/column-def#footer)
- Creating [header groups](./api/core/header-group), [headers](./api/core/header) and [footers](./api/core/column-def#footer)
- Creating columns for display-only purposes, eg. action buttons, checkboxes, expanders, sparklines, etc.

## Column Def Types
Expand Down

0 comments on commit 304697d

Please sign in to comment.