revert "Cell" to match docs

but still doesn't work with pagination...
This commit is contained in:
Collin M. Barrett 2018-02-17 15:35:28 -06:00
parent 12a4b0824d
commit c4fe009624

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
}