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 ? (