From c4fe0096249c78c56d19961ea3a0ac82c4d4f10e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 17 Feb 2018 15:35:28 -0600 Subject: [PATCH] revert "Cell" to match docs but still doesn't work with pagination... --- src/FilterLists.Web/ClientApp/components/Home.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index be9b4db06..8114595cf 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -44,8 +44,9 @@ export class Home extends React.Component, IFilterListsS }, { Header: "Details", + accessor: "id", sortable: false, - Cell: (rowInfo: any) => , + Cell: (row: any) => , style: { textAlign: "center" }, width: 100 }