Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

177
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda