Compare commits
2 Commits
b270c69fbd
...
acbb099fff
| Author | SHA1 | Date | |
|---|---|---|---|
| acbb099fff | |||
|
|
65761c0e99 |
@ -23,7 +23,8 @@ const FORMULA_INDICATOR_STYLES = {
|
||||
|
||||
const TEXTAREA_STYLES = {
|
||||
width: '100%',
|
||||
height: '3rem',
|
||||
minHeight: '3rem',
|
||||
height: 'auto',
|
||||
fieldSizing: 'content',
|
||||
fontSize: 'inherit',
|
||||
};
|
||||
|
||||
@ -766,6 +766,9 @@ export const config = {
|
||||
color_type: greenColumn,
|
||||
accessorKey: "data.totals.fact_year",
|
||||
},
|
||||
"data.totals.fact_year": {
|
||||
color_type: greenColumn,
|
||||
},
|
||||
},
|
||||
columns: [
|
||||
{
|
||||
@ -3928,6 +3931,44 @@ export const config = {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
header: "Факт 2026",
|
||||
accessorKey: "",
|
||||
columns: [
|
||||
{
|
||||
header: "",
|
||||
accessorKey: "",
|
||||
columns: [
|
||||
{
|
||||
header: " ",
|
||||
accessorKey: "data.totals.fact_year",
|
||||
columnLetter: "HI",
|
||||
size: 150,
|
||||
filterFn: "contains",
|
||||
muiTableHeadCellProps: {
|
||||
sx: {
|
||||
backgroundColor: "#C2D69B",
|
||||
color: "#000000",
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
muiTableHeadCellProps: {
|
||||
sx: {
|
||||
backgroundColor: "#C2D69B",
|
||||
color: "#000000",
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
muiTableHeadCellProps: {
|
||||
sx: {
|
||||
backgroundColor: "#C2D69B",
|
||||
color: "#000000",
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user