Fixed #7222 - DataTable: Colspan not working correctly when selectionMode='single' in Column
parent
ff3b7a58a9
commit
8a50610fd6
|
@ -580,7 +580,6 @@ export default {
|
||||||
let hiddenColLength = 0;
|
let hiddenColLength = 0;
|
||||||
|
|
||||||
this.columns.forEach((column) => {
|
this.columns.forEach((column) => {
|
||||||
if (this.columnProp(column, 'selectionMode') === 'single') hiddenColLength--;
|
|
||||||
if (this.columnProp(column, 'hidden')) hiddenColLength++;
|
if (this.columnProp(column, 'hidden')) hiddenColLength++;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue