UNPKG

aws-northstar

Version:
28 lines (27 loc) 590 B
const columnDefinition = [ { id: 'id', width: 200, Header: 'Id', accessor: 'id', }, { id: 'name', width: 120, Header: 'Name', accessor: 'name', }, { id: 'createdDate', width: 200, Header: 'Created date', accessor: 'createdDate', }, { id: 'accounts', width: 200, Header: '# Accounts', accessor: (row) => { var _a; return (_a = row.accounts) === null || _a === void 0 ? void 0 : _a.length; }, }, ]; export default columnDefinition;