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] },
|
||||
cellStyle: {
|
||||
padding: "2px",
|
||||
paddingLeft: "10px",
|
||||
maxWidth: "300px",
|
||||
textOverflow: "ellipsis",
|
||||
overflow: "hidden",
|
||||
|
@ -72,6 +72,7 @@ const PrjGraph = () => {
|
||||
reloading={dataGrid.reload}
|
||||
dataCellRender={prms => dataCellRender({ ...prms, pOnlineShowDocument })}
|
||||
groupCellRender={prms => groupCellRender({ ...prms, pOnlineShowDocument })}
|
||||
containerComponentProps={{ elevation: 6, sx: { overflowX: "visible" } }}
|
||||
/>
|
||||
) : null}
|
||||
</Box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user