mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #3781 - DataTable: Group Rows do not span all Columns with Selection Mode set and group-by not in the Column list
This commit is contained in:
parent
f629d7809a
commit
129b15765d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue