Compare commits
No commits in common. "acbb099ffffa4453e00806d0ee2178688a0959a1" and "b270c69fbd95a7420626284af20d98016f2bfeb1" have entirely different histories.
acbb099fff
...
b270c69fbd
@ -23,8 +23,7 @@ const FORMULA_INDICATOR_STYLES = {
|
|||||||
|
|
||||||
const TEXTAREA_STYLES = {
|
const TEXTAREA_STYLES = {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
minHeight: '3rem',
|
height: '3rem',
|
||||||
height: 'auto',
|
|
||||||
fieldSizing: 'content',
|
fieldSizing: 'content',
|
||||||
fontSize: 'inherit',
|
fontSize: 'inherit',
|
||||||
};
|
};
|
||||||
|
|||||||
@ -766,9 +766,6 @@ export const config = {
|
|||||||
color_type: greenColumn,
|
color_type: greenColumn,
|
||||||
accessorKey: "data.totals.fact_year",
|
accessorKey: "data.totals.fact_year",
|
||||||
},
|
},
|
||||||
"data.totals.fact_year": {
|
|
||||||
color_type: greenColumn,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
@ -3931,44 +3928,6 @@ 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