update
Some checks are pending
Setup Native Action / native (3.12.7) (push) Waiting to run
Setup Native Action / docker (3.12.7) (push) Waiting to run

This commit is contained in:
KaySar12 2025-03-22 11:32:51 +07:00
parent 31afd2c3f9
commit 794cfbe68d
3 changed files with 4 additions and 1 deletions

View File

@ -798,6 +798,7 @@ export class SearchModel extends EventBus {
}
async splitAndAddDomain(domain, groupId) {
debugger;
const group = groupId ? this._getGroups().find((g) => g.id === groupId) : null;
let context;
if (group) {

View File

@ -901,6 +901,7 @@ export class ListRenderer extends Component {
return this.columns.slice(firstIndex, lastIndex + 1);
}
getGroupNameCellColSpan(group) {
debugger;
// if there are aggregates, the first th spans until the first
// aggregate column then all cells between aggregates are rendered
const firstAggregateIndex = this.getFirstAggregateIndex(group);
@ -1675,6 +1676,7 @@ export class ListRenderer extends Component {
}
async onGroupHeaderClicked(ev, group) {
debugger;
const left = await this.props.list.leaveEditMode();
if (left) {
this.toggleGroup(group);

@ -1 +1 @@
Subproject commit e078bdd84759a6b0816b2ef3d57f999496eb3c0c
Subproject commit fb4dafd9a26a833c125e811efefd64b32cfd4e80