hotfix/2.12.1.2404.02
This commit is contained in:
parent
718d1929bb
commit
29b5f9eb50
|
|
@ -77,7 +77,7 @@ class PovitpivotChartModal extends Component {
|
|||
const childFrameObj = document.getElementById("commonTable");
|
||||
const { dataSource, showSum = false, pageInfo, columns } = payload;
|
||||
childFrameObj && childFrameObj.contentWindow.postMessage(JSON.stringify({
|
||||
dataSource, showSum, pageInfo, columns: _.map(columns, o => ({ ...o, width: o.oldWidth }))
|
||||
dataSource, showSum, pageInfo, columns: _.map(columns, o => ({ ...o, width: o.oldWidth, ellipsis: true }))
|
||||
}), "*");
|
||||
};
|
||||
getDataPerspective = (payload) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue