From aa6bd620607fabd2ca0fdcb1ff978ce9a762c517 Mon Sep 17 00:00:00 2001 From: gargroh <42495927+gargroh@users.noreply.github.com> Date: Thu, 7 Nov 2019 13:02:01 +0530 Subject: [PATCH] Update utils.js --- src/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index bd9e0e1..5ad9a51 100755 --- a/src/utils.js +++ b/src/utils.js @@ -2,7 +2,6 @@ import React from 'react' export const defaultColumn = { Cell: ({ cell: { value = '' } }) => String(value), - show: true, width: 150, minWidth: 0, maxWidth: Number.MAX_SAFE_INTEGER,