Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
ca179bea
Commit
ca179bea
authored
Nov 25, 2020
by
r.kurnia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
layout
parent
8a74eee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
37 deletions
+41
-37
ListOfCreditFacilities.js
src/container/MonthlyReport/ListOfCreditFacilities.js
+41
-37
No files found.
src/container/MonthlyReport/ListOfCreditFacilities.js
View file @
ca179bea
...
...
@@ -190,7 +190,11 @@ export default class ListOfCreditFacilities extends Component {
}
render
()
{
let
dataTable2
=
this
.
state
.
dataTable
// let dataTable2 = this.state.dataTable
let
dataTable2
=
[
[
""
,
""
,
""
,
""
,
""
,
"PT A"
,
"BANK DKI"
,
"Investment Loan"
,
"PRK"
,
"14-jun-19"
,
"90%"
,
""
,
""
,
"10000"
,
""
,
"-"
,
""
,
"10000"
,
""
,
""
,
"10000"
,
""
,
"10000"
,
"-"
,
"-"
,
">1"
,
"1.25"
,
"<5"
,
"1.30"
,
"<4"
,
"3.82"
,
">1.25"
,
"16.15"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"hai"
],
[
""
,
""
,
""
,
""
,
""
,
"PT B"
,
"BANK BCA"
,
"Investment Loan"
,
"PRK"
,
"14-jun-19"
,
"90%"
,
""
,
""
,
"10000"
,
""
,
"-"
,
""
,
"10000"
,
""
,
""
,
"10000"
,
""
,
"10000"
,
"-"
,
"-"
,
">1"
,
"1.25"
,
"<5"
,
"1.30"
,
"<4"
,
"3.82"
,
">1.25"
,
"16.15"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
""
,
"ok"
]
]
const
handleAction
=
(
idParent
,
typeReport
,
tableMeta
)
=>
{
if
(
this
.
props
.
isApprover
)
{
return
false
...
...
@@ -261,7 +265,7 @@ export default class ListOfCreditFacilities extends Component {
// handleAction(tableMeta.rowData[2]) &&
<
div
style
=
{{
display
:
'flex'
}}
>
{
/* {tableMeta.rowData[6] === "Active" ? */
}
{
handleAction
(
tableMeta
.
rowData
[
2
],
tableMeta
.
rowData
[
0
],
tableMeta
)
&&
<
span
>
{
/* {handleAction(tableMeta.rowData[2], tableMeta.rowData[0], tableMeta) && <span> */
}
<
LightTooltip
title
=
{
'Add'
}
arrow
>
<
button
style
=
{{
...
...
@@ -278,8 +282,8 @@ export default class ListOfCreditFacilities extends Component {
<
img
src
=
{
Images
.
add
}
/
>
<
/button
>
<
/LightTooltip
>
<
/span>
}
{
handleAction
(
tableMeta
.
rowData
[
2
],
tableMeta
.
rowData
[
0
])
&&
<
span
>
{
/* </span>} */
}
{
/* {handleAction(tableMeta.rowData[2], tableMeta.rowData[0]) && <span> */
}
<
LightTooltip
title
=
{
'Delete'
}
arrow
>
<
button
style
=
{{
...
...
@@ -296,7 +300,7 @@ export default class ListOfCreditFacilities extends Component {
<
img
src
=
{
Images
.
delete
}
/
>
<
/button
>
<
/LightTooltip
>
<
/span>
}
{
/* </span>} */
}
<
/div
>
);
}
...
...
@@ -451,10 +455,10 @@ export default class ListOfCreditFacilities extends Component {
</TableCell> */
}
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -467,7 +471,7 @@ export default class ListOfCreditFacilities extends Component {
}
}),
customBodyRender
:
(
val
,
tableMeta
,
updateValue
)
=>
{
//
console.log(tableMeta);
console
.
log
(
tableMeta
);
return
(
<
div
>
<
div
className
=
"grid grid-2x content-center"
>
...
...
@@ -532,10 +536,10 @@ export default class ListOfCreditFacilities extends Component {
</TableCell> */
}
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -613,10 +617,10 @@ export default class ListOfCreditFacilities extends Component {
</TableCell> */
}
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -694,13 +698,13 @@ export default class ListOfCreditFacilities extends Component {
</TableCell> */
}
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Type"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderLeft
:
"1px #fff solid"
,
borderRight
:
"1px #fff solid"
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
width
:
120
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -798,10 +802,10 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -876,10 +880,10 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-2x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount Original (Currency)"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
11
,
paddingBottom
:
13
,
paddingTop
:
14
}}
>
<
span
>
{
"Amount (IDR Equivalent)"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -957,7 +961,7 @@ export default class ListOfCreditFacilities extends Component {
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1113,7 +1117,7 @@ export default class ListOfCreditFacilities extends Component {
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1191,7 +1195,7 @@ export default class ListOfCreditFacilities extends Component {
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1266,13 +1270,13 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Ratio Name"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1370,13 +1374,13 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Ratio Name"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1474,13 +1478,13 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Ratio Name"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1578,13 +1582,13 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Ratio Name"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
@@ -1682,13 +1686,13 @@ export default class ListOfCreditFacilities extends Component {
<
th
style
=
{{
...
style2
,
color
:
'#fff'
,
backgroundColor
:
'#1c71b8'
,
fontSize
:
13
,
fontWeight
:
1
,
width
:
150
,
borderRight
:
"1px solid rgb(255, 255, 255)"
,
padding
:
0
}}
>
<
div
style
=
{{
borderBottom
:
"1px #fff solid"
,
backgroundColor
:
'#1c71b8'
,
justifyContent
:
'center'
,
display
:
'flex'
,
alignItems
:
'center'
,
height
:
43
,
fontSize
:
12
,
fontWeight
:
'bold'
,
padding
:
5
,
textAlign
:
'center'
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-3x"
style
=
{{
...
style2
,
color
:
'#fff'
,
fontSize
:
12
,
fontWeight
:
'bold'
,
position
:
"sticky"
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-1"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Ratio Name"
}
<
/span
>
<
/div
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-2"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
borderRight
:
"1px #fff solid"
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Financial Covenant"
}
<
/span
>
<
/div
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
div
className
=
"column-3"
style
=
{{
placeSelf
:
'center'
,
textAlign
:
'center'
,
padding
:
5
,
backgroundColor
:
'#07a7d0'
,
height
:
'100%'
,
display
:
'grid'
,
alignItems
:
'center'
,
padding
:
13
,
paddingBottom
:
14
}}
>
<
span
>
{
"Current Testing"
}
<
/span
>
<
/div
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment