mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
revert "Cell" to match docs
but still doesn't work with pagination...
This commit is contained in:
parent
12a4b0824d
commit
c4fe009624
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue