Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

182
Views
Bug Ext JS 7.4.0 Ext.grid.feature.AdvancedGrouping

I have used the Multigroup plugin and I have around 500 records that are updated every 10 seconds through a websocket:

updateDevices: function (array) {
    var i, store, entity;
    store = Ext.getStore('Devices');
    for (i = 0; i < array.length; i++) {
        entity = store.getById(array[i].id);
        if (entity) {
            entity.set({
                status: array[i].status,
                lastUpdate: array[i].lastUpdate
            }, {
                dirty: false
            });
        }  
    }
}

The panel renders fine, but when I try to click on the groups the click event does not work, I have to click more than 3 times to scroll the data, likewise to select a cell I have to click several times to make it appear select.

MultiGroups MultiGroups Click

How can I solve this problem?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!