Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Oct 3, 2024
1 parent 5b40294 commit 362665a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ When you want to use the NoSQL database:

## Support for Grid Filter Bar

Hooking a Grid to a data loader is easy:
Hooking a Grid to a data provider is easy:

```kotlin
grid.setDataLoader(Person.dataLoader) // uses vok-orm's DataLoader
grid.setDataProvider(Person.dataProvider) // uses vok-orm to load data from the database
```

To create a filtering field, monitor its value and update the DataLoader filter accordingly,
Expand Down

0 comments on commit 362665a

Please sign in to comment.