Skip to content

Commit

Permalink
Fix storyboard links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Jan 6, 2024
1 parent 2ad08c8 commit 91536f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -130,7 +130,7 @@ Data Grid is agnostic about the way you load/store/generate/mutate your data. Wh

**Does it do sorting, searching, and filtering?**

Search is included. You provide the trigger, we do the search. [Example](https://quicktype.github.io/glide-data-grid/?path=/story/glide-data-grid-docs--search) in our storybook.
Search is included. You provide the trigger, we do the search. [Example](https://glideapps.github.io/glide-data-grid/?path=/story/glide-data-grid-docs--search) in our storybook.

Filtering and sorting are something you would have to implement with your data source. There are hooks for adding column header menus if you want that.

Expand All @@ -142,7 +142,7 @@ Yes!

**Can I render my own cells?**

Yes, but the renderer has to use HTML Canvas. [Simple example](https://quicktype.github.io/glide-data-grid/?path=/story/glide-data-grid-dataeditor-demos--draw-custom-cells) in our Storybook.
Yes, but the renderer has to use HTML Canvas. [Simple example](https://glideapps.github.io/glide-data-grid/?path=/story/glide-data-grid-dataeditor-demos--draw-custom-cells) in our Storybook.

**Why does Data Grid use HTML Canvas?**

Expand Down

0 comments on commit 91536f6

Please sign in to comment.