Commit 0562fecb authored by Faisal Hamdi's avatar Faisal Hamdi

Merge branch 'faisal' into 'master'

faisal!

See merge request !1513
parents 27eb83db c4d83f7b
......@@ -25,8 +25,8 @@ export default class TableProgressReport extends Component {
render() {
let dataTable2 = this.props.dataTable2
console.log(this.props);
let dataTable2 = this.props.dataTable
// console.log(this.props);
const columnMB = [
{
......@@ -58,7 +58,7 @@ export default class TableProgressReport extends Component {
name: "Revision",
options: {
customHeadRender: (columnMeta) => (
<TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', borderRight: '1px solid #fff', borderLeft: '1px solid #fff' }}>
<TableCell style={{ ...style2, top: 0, zIndex: 99, backgroundColor: '#1c71b8', borderRight: '1px solid #fff', borderLeft: '1px solid #fff', width: 100 }}>
<Typography style={{ color: 'white', fontSize: 12, fontWeight: 'bold', textAlign: 'center' }}>{columnMeta.name}</Typography>
</TableCell>
),
......@@ -84,7 +84,7 @@ export default class TableProgressReport extends Component {
setCellProps: () => ({ style2 }),
customBodyRender: (value, tableMeta, updateValue) => {
return (
<div style={{ width: 90, textAlign: 'center' }}>
<div style={{ width: 300, textAlign: 'center' }}>
{
value
}
......@@ -102,7 +102,7 @@ export default class TableProgressReport extends Component {
),
customBodyRender: (val, tableMeta) => {
return (
<div style={{ textAlign: 'center', width: 60 }}>
<div style={{ textAlign: 'center', width: 100 }}>
{
val
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment