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
dc006cbf
Commit
dc006cbf
authored
Aug 25, 2020
by
Rifka Kurnia Irfiana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push option tax planning
parent
feb268d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
1 deletion
+38
-1
TaxPlanning.js
src/container/BudgetTahunan/TaxPlanning.js
+38
-1
No files found.
src/container/BudgetTahunan/TaxPlanning.js
View file @
dc006cbf
...
...
@@ -8,7 +8,44 @@ import ReactTooltip from 'react-tooltip';
var
ct
=
require
(
"../../library/CustomTable"
);
const
getMuiTheme
=
()
=>
createMuiTheme
(
ct
.
customTable
());
const
options
=
ct
.
customOptionsFixedColumn
();
// const options = ct.customOptionsFixedColumn();
const
options
=
{
name
:
"CobaCoba"
,
filter
:
false
,
customHeadRender
:
(
columnMeta
)
=>
(
<
th
key
=
{
3
}
style
=
{{
cursor
:
'pointer'
,
backgroundColor
:
'#F6F6F6'
,
color
:
'#555555'
,
fontSize
:
13
,
fontWeight
:
1
}}
>
<
div
style
=
{{
borderBottom
:
"1px rgba(0,0,0,0.1) solid"
}}
>
{
columnMeta
.
name
}
<
/div
>
<
div
className
=
"grid grid-4x"
style
=
{{
backgroundColor
:
'#F6F6F6'
,
color
:
'#555555'
,
fontSize
:
13
,
fontWeight
:
1
}}
>
<
div
className
=
"col-1"
>
{
"Number"
}
<
/div
>
<
div
className
=
"col-2"
>
{
"Grade"
}
<
/div
>
<
div
className
=
"col-3"
>
{
"Performance"
}
<
/div
>
<
/div
>
<
/th
>
),
customBodyRender
:
(
val
)
=>
{
return
(
<
div
>
<
div
className
=
"grid grid-4x content-center"
>
<
div
className
=
"col-1"
>
{
val
}
<
/div
>
<
div
className
=
"col-2"
>
{
val
}
<
/div
>
<
div
className
=
"col-3"
>
{
val
}
<
/div
>
<
/div
>
<
/div
>
);
}
}
const
style
=
{
position
:
"sticky"
,
left
:
0
,
...
...
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