Skip to content

Commit

Permalink
fix qwik flex render docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 22, 2024
1 parent e9768a6 commit 83c159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/qwik/qwik-table.md
Expand Up @@ -20,9 +20,9 @@ const table = useQwikTable(options)

```

### `FlexRender`
### `flexRender`

A Qwik component for rendering cell/header/footer templates with dynamic values.
A utility function for rendering cell/header/footer templates with dynamic values.

Example:

Expand Down

0 comments on commit 83c159b

Please sign in to comment.