revert "Cell" to match docs

but still doesn't work with pagination...
This commit is contained in:
Collin Barrett 2018-02-17 15:35:28 -06:00
parent ef22398451
commit 515694a621

View file

@ -44,8 +44,9 @@ export class Home extends React.Component<RouteComponentProps<{}>, IFilterListsS
},
{
Header: "Details",
accessor: "id",
sortable: false,
Cell: (rowInfo: any) => <ListDetailsModal listId={rowInfo.original.id}/>,
Cell: (row: any) => <ListDetailsModal listId={row.value} />,
style: { textAlign: "center" },
width: 100
}