@insticc/react-datagrid-2 1.0.36 → 1.1.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.
@@ -273,7 +273,7 @@ var DataGrid = function DataGrid(_ref) {
273
273
  }
274
274
  },
275
275
  columnResizeMode: 'onEnd',
276
- // enableColumnFilterModes: enableColumnFilterModes,
276
+ enableColumnFilterModes: enableColumnFilterModes,
277
277
  globalFilterFn: globalFilterFn,
278
278
  positionPagination: pagination,
279
279
  paginationDisplayMode: 'pages',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insticc/react-datagrid-2",
3
- "version": "1.0.36",
3
+ "version": "1.1.0",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "scripts": {