@linzjs/step-ag-grid 21.1.3 → 21.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ yarn add @linzjs/step-ag-grid
|
|
|
40
40
|
npm run storybook
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
Storybook demo deployed at: https://
|
|
43
|
+
Storybook demo deployed at: https://master--633cd0dc2fe91d7df3ed32e4.chromatic.com/
|
|
44
44
|
|
|
45
45
|
## Usage
|
|
46
46
|
|
|
@@ -85,7 +85,7 @@ const GridDemo = () => {
|
|
|
85
85
|
export: false,
|
|
86
86
|
}),
|
|
87
87
|
// This is the flex column that will expand to fit
|
|
88
|
-
GridCell({
|
|
88
|
+
GridCell<ITestRow, string>({
|
|
89
89
|
field: "name",
|
|
90
90
|
headerName: "Name",
|
|
91
91
|
flex: 1,
|