CEC-244 Add search (#43)

* Add search to car send command page
Add snapshot check
This commit is contained in:
John Wu
2021-05-27 09:03:42 -07:00
committed by GitHub
parent 931e1521e8
commit 5943b42a91
6 changed files with 2003 additions and 1160 deletions

View File

@@ -51,7 +51,7 @@ const tableColumns = [
const MainForm = () => {
const classes = useStyles();
const [pageSize, setPageSize] = useState(25);
const [pageSize, setPageSize] = useState(10);
const [pageIndex, setPageIndex] = useState(0);
const [orderBy, setOrderBy] = useState("vin");
const [order, setOrder] = useState("asc");