@operato/data-grist 1.8.0 → 1.9.0

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.
@@ -114,7 +114,8 @@ const config = {
114
114
  title: 'add',
115
115
  handlers: {
116
116
  click: 'record-copy'
117
- }
117
+ },
118
+ fixed: true
118
119
  },
119
120
  {
120
121
  type: 'gutter',
@@ -123,7 +124,8 @@ const config = {
123
124
  title: 'download',
124
125
  handlers: {
125
126
  click: 'move-down'
126
- }
127
+ },
128
+ fixed: true
127
129
  },
128
130
  {
129
131
  type: 'string',
@@ -147,7 +149,8 @@ const config = {
147
149
  },
148
150
  filter: 'search',
149
151
  sortable: true,
150
- width: 120
152
+ width: 120,
153
+ fixed: true
151
154
  },
152
155
  {
153
156
  type: 'string',