Fixed #3781 - DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list
parent
f629d7809a
commit
129b15765d
|
@ -569,6 +569,7 @@ export default {
|
|||
let hiddenColLength = 0;
|
||||
|
||||
this.columns.forEach((column) => {
|
||||
if (this.columnProp(column, 'selectionMode') === 'single') hiddenColLength--;
|
||||
if (this.columnProp(column, 'hidden')) hiddenColLength++;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue