From bc86d29e95223259f7c50eedfae7b08d867504bc Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Tue, 8 Mar 2022 10:11:48 +0330 Subject: [PATCH] update --- src/App.js | 2 +- src/components/ReactTable5/BasicTable.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 4f0ca6c..bf558b1 100644 --- a/src/App.js +++ b/src/App.js @@ -82,7 +82,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/src/components/ReactTable5/BasicTable.js b/src/components/ReactTable5/BasicTable.js index 02ac499..8901142 100644 --- a/src/components/ReactTable5/BasicTable.js +++ b/src/components/ReactTable5/BasicTable.js @@ -149,6 +149,8 @@ const BasicTable = ({ const { globalFilter, pageIndex, pageSize } = state; + const [activeList, setActiveList] = useState(null); + return ( <>