update
This commit is contained in:
parent
31afd2c3f9
commit
794cfbe68d
@ -798,6 +798,7 @@ export class SearchModel extends EventBus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async splitAndAddDomain(domain, groupId) {
|
async splitAndAddDomain(domain, groupId) {
|
||||||
|
debugger;
|
||||||
const group = groupId ? this._getGroups().find((g) => g.id === groupId) : null;
|
const group = groupId ? this._getGroups().find((g) => g.id === groupId) : null;
|
||||||
let context;
|
let context;
|
||||||
if (group) {
|
if (group) {
|
||||||
|
@ -901,6 +901,7 @@ export class ListRenderer extends Component {
|
|||||||
return this.columns.slice(firstIndex, lastIndex + 1);
|
return this.columns.slice(firstIndex, lastIndex + 1);
|
||||||
}
|
}
|
||||||
getGroupNameCellColSpan(group) {
|
getGroupNameCellColSpan(group) {
|
||||||
|
debugger;
|
||||||
// if there are aggregates, the first th spans until the first
|
// if there are aggregates, the first th spans until the first
|
||||||
// aggregate column then all cells between aggregates are rendered
|
// aggregate column then all cells between aggregates are rendered
|
||||||
const firstAggregateIndex = this.getFirstAggregateIndex(group);
|
const firstAggregateIndex = this.getFirstAggregateIndex(group);
|
||||||
@ -1675,6 +1676,7 @@ export class ListRenderer extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async onGroupHeaderClicked(ev, group) {
|
async onGroupHeaderClicked(ev, group) {
|
||||||
|
debugger;
|
||||||
const left = await this.props.list.leaveEditMode();
|
const left = await this.props.list.leaveEditMode();
|
||||||
if (left) {
|
if (left) {
|
||||||
this.toggleGroup(group);
|
this.toggleGroup(group);
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e078bdd84759a6b0816b2ef3d57f999496eb3c0c
|
Subproject commit fb4dafd9a26a833c125e811efefd64b32cfd4e80
|
Loading…
Reference in New Issue
Block a user