import React, { Component } from "react"; import { Container, Row, Col } from "react-bootstrap"; import { makeStyles, createMuiTheme, MuiThemeProvider } from '@material-ui/core/styles'; import SearchIcon from '@material-ui/icons/Search'; import Images from "../../assets/Images"; import MUIDataTable from "mui-datatables"; import CreateUnitBisnis from "./formUnitBisnis/CreateUnitBisnis"; var ct = require("../../library/CustomTable"); const getMuiTheme = () => createMuiTheme(ct.customTable()); const options = ct.customOptions(); export default class UnitBisnis extends Component { constructor(props) { super(props) this.state = { visibleCreate: false } } componentDidMount() { } render() { console.log(this.props.height) const columns = ["#", "Nama Perusahaan", "Revisi", "Status", { name: "Action", options: { customBodyRender: (val, tableMeta) => { return (