Convert ReactObjectTableViewer to tsx, remove horizontal option

This commit is contained in:
Simon Li
2023-04-14 19:39:20 +01:00
parent 8a3f5d8f2e
commit 8c10fb285e
4 changed files with 64 additions and 91 deletions

View File

@@ -12,7 +12,7 @@ import {
CardGroup,
Collapse,
} from "react-bootstrap";
import ReactObjectTableViewer from "react-object-table-viewer";
import ReactObjectTableViewer from "../ReactObjectTableViewer/ReactObjectTableViewer";
import { Link } from "react-router-dom";
import { FaSort, FaSortUp, FaSortDown } from "react-icons/fa";