Fixed #3781 - DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list

pull/3815/head
Tuğçe Küçükoğlu 2023-03-27 14:47:48 +03:00
parent f629d7809a
commit 129b15765d
1 changed files with 1 additions and 0 deletions

View File

@ -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++;
});