@toolbox-web/grid-react 0.12.0 → 0.12.1

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.
@@ -151,9 +151,9 @@ export interface FeatureProps<TRow = unknown> {
151
151
  * @example
152
152
  * ```tsx
153
153
  * <DataGrid pinnedColumns columns={[
154
- * { field: 'id', sticky: 'left' },
154
+ * { field: 'id', pinned: 'left' },
155
155
  * { field: 'name' },
156
- * { field: 'actions', sticky: 'right' },
156
+ * { field: 'actions', pinned: 'right' },
157
157
  * ]} />
158
158
  * ```
159
159
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbox-web/grid-react",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "React adapter for @toolbox-web/grid data grid component",
5
5
  "type": "module",
6
6
  "main": "./index.js",