Skip to content

Commit 40a40e5

Browse files
committed
UITable: send new column width with width requests after column resize
1 parent db955f0 commit 40a40e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/components/table/UITable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,6 +1322,7 @@ const UITable: FC<TableProps & IExtendableTable & IComponentConstants> = (props)
13221322
const widthReq = createWidthRequest();
13231323
widthReq.dataProvider = props.dataBook;
13241324
widthReq.columnName = e.column.props.field;
1325+
widthReq.width = e.element.clientWidth + 2;
13251326
if (props.onColResizeEnd) {
13261327
props.onColResizeEnd(e);
13271328
}

0 commit comments

Comments
 (0)