Skip to content

Commit 3068d54

Browse files
authored
Fix storyboard links in readme (#856)
1 parent 2ad08c8 commit 3068d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Data Grid is agnostic about the way you load/store/generate/mutate your data. Wh
130130

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

133-
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.
133+
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.
134134

135135
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.
136136

@@ -142,7 +142,7 @@ Yes!
142142

143143
**Can I render my own cells?**
144144

145-
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.
145+
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.
146146

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

0 commit comments

Comments
 (0)