CEC-244 Add search (#43)
* Add search to car send command page Add snapshot check
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user