Update utils.js

This commit is contained in:
gargroh
2019-11-07 13:02:01 +05:30
committed by GitHub
parent a5e9653165
commit aa6bd62060

View File

@@ -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,