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
d9b399bd
Commit
d9b399bd
authored
Sep 15, 2020
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ao
parent
959a2892
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
BalanceSheet.js
src/container/BudgetTahunan/BalanceSheet.js
+7
-3
No files found.
src/container/BudgetTahunan/BalanceSheet.js
View file @
d9b399bd
...
...
@@ -2328,13 +2328,13 @@ export default class BalanceSheet extends Component {
</div>
<div style={{ marginTop: 20, width: this.props.width - (this.props.open === true ? 400 : 150), height: this.props.height - 400 }}>
<
MuiThemeProvider
theme
=
{
getMuiTheme
()}
>
{!this.state.loading &&
<MuiThemeProvider theme={getMuiTheme()}>
<MUIDataTable
data={dataTable2}
columns={columns}
options={options}
/>
<
/MuiThemeProvider
>
</MuiThemeProvider>
}
</div>
</div>
<div className="grid grid-2x" style={{ marginTop: 20 }}>
...
...
@@ -2396,7 +2396,11 @@ export default class BalanceSheet extends Component {
outline: 'none'
}}
onClick={() => {
this
.
forceUpdate
()
this.setState({loading: true}, () => {
setTimeout(() => {
this.setState({loading: false})
}, 100);
})
}}
>
<div style={{ backgroundColor: '#354960', width: 105, height: 25, borderRadius: 3, justifyContent: 'center', display: 'flex', alignItems: 'center' }}>
...
...
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