Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

113
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda