mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Merge pull request #7339 from wandji20/wb-SCI-10441
Hide last pinned column resizer on grid ready and columns reset [SCI-10441]
This commit is contained in:
commit
90ffd83385
1 changed files with 2 additions and 0 deletions
|
@ -543,6 +543,7 @@ export default {
|
|||
this.gridApi.sizeColumnsToFit();
|
||||
this.initializing = false;
|
||||
}
|
||||
this.hideLastPinnedResizeCell();
|
||||
},
|
||||
onFirstDataRendered() {
|
||||
this.resize();
|
||||
|
@ -630,6 +631,7 @@ export default {
|
|||
resetColumnsToDefault() {
|
||||
this.columnApi.resetColumnState();
|
||||
this.gridApi.sizeColumnsToFit();
|
||||
this.hideLastPinnedResizeCell();
|
||||
},
|
||||
getOrder(columnsState) {
|
||||
if (!columnsState) return null;
|
||||
|
|
Loading…
Reference in a new issue