forked from CITKParus/P8-Panels
WEB APP: Панель "Графики проектов" - отключена прокрутка в контейнере таблицы
This commit is contained in:
parent
2d76f0cafc
commit
604284ebff
@ -85,6 +85,7 @@ export const dataCellRender = ({ row, columnDef, pOnlineShowDocument }) => {
|
|||||||
cellProps: { title: row[columnDef.name] },
|
cellProps: { title: row[columnDef.name] },
|
||||||
cellStyle: {
|
cellStyle: {
|
||||||
padding: "2px",
|
padding: "2px",
|
||||||
|
paddingLeft: "10px",
|
||||||
maxWidth: "300px",
|
maxWidth: "300px",
|
||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
|
@ -72,6 +72,7 @@ const PrjGraph = () => {
|
|||||||
reloading={dataGrid.reload}
|
reloading={dataGrid.reload}
|
||||||
dataCellRender={prms => dataCellRender({ ...prms, pOnlineShowDocument })}
|
dataCellRender={prms => dataCellRender({ ...prms, pOnlineShowDocument })}
|
||||||
groupCellRender={prms => groupCellRender({ ...prms, pOnlineShowDocument })}
|
groupCellRender={prms => groupCellRender({ ...prms, pOnlineShowDocument })}
|
||||||
|
containerComponentProps={{ elevation: 6, sx: { overflowX: "visible" } }}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user