From b627aedf90c958e52d92c7ab5ecb6b7f4dfe20b2 Mon Sep 17 00:00:00 2001 From: pepper Date: Sun, 24 Jan 2021 17:56:10 -0500 Subject: [PATCH] Removed test stuff --- src/components/root/common/Tables/CompTable.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/root/common/Tables/CompTable.js b/src/components/root/common/Tables/CompTable.js index 15acf97..5fde149 100644 --- a/src/components/root/common/Tables/CompTable.js +++ b/src/components/root/common/Tables/CompTable.js @@ -6,7 +6,6 @@ import filterFactory from "react-bootstrap-table2-filter"; import ToolkitProvider, { Search, CSVExport, - ColumnToggle, } from "react-bootstrap-table2-toolkit"; // Main table for the Historical migrations tab, @@ -78,11 +77,6 @@ const CompTable = (props) => { sizePerPageRenderer, // A numeric array is also available. the purpose of above example is custom the text }; - const updateCol = () => { - console.log(columns[0].hidden); - columns[0].hidden = true; - console.log(columns[0].hidden); - }; let columns = [ { dataField: "domain", @@ -134,7 +128,6 @@ const CompTable = (props) => { return (
- {loading ? (