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,