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

116
Vistas
How to get resize helper on the left bottom corner in LimberGridView?

I'm trying to render LimberGridView. I managed to customize the drag and drop. I have the resize helper on the right bottom corner but I can't figure out how to get the resize helper on the left bottom corner. I have read the wiki page but I can't find anything on it. I am initializing it like so.

const limberGridView = new LimberGridView({
    el: el.current,
    itemMouseDownMoveCheck: itemMouseDownMoveCheckFn,
    callbacks: {
        renderContent: renderContentFn,
        renderComplete: renderCompleteFn,
        resizeComplete: resizeCompleteFn,
        moveComplete: moveCompleteFn,
        addComplete: addCompleteFn,
        removeComplete: removeCompleteFn,
        renderPlugin: renderPluginFn,
        removePlugin: removePluginFn,
    },
    positionData: positionData,
});
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You need to add showBottomLeftResizeGuide: true under publicConstants.

You can have either resize helper on the left bottom corner or the default move helper. But not both. The default move helper can be customized so you won't be needing it. You can have resize helper on the left bottom corner and a customized move helper.

const limberGridView = new LimberGridView({
    el: el.current,
    itemMouseDownMoveCheck: itemMouseDownMoveCheckFn,
    callbacks: {
        renderContent: renderContentFn,
        renderComplete: renderCompleteFn,
        resizeComplete: resizeCompleteFn,
        moveComplete: moveCompleteFn,
        addComplete: addCompleteFn,
        removeComplete: removeCompleteFn,
        renderPlugin: renderPluginFn,
        removePlugin: removePluginFn,
    },
    publicConstants: {
        showBottomLeftResizeGuide: true
    },
    positionData: positionData,
});
about 4 years ago · Juan Pablo Isaza Denunciar
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