reportbro-designer icon indicating copy to clipboard operation
reportbro-designer copied to clipboard

Insert elements from a side-by-side list and make a page break if there is no space.

Open GlauberF opened this issue 2 years ago • 2 comments

I have a list, for example:

[{
    "descricao": "Product A",
    "codigo_interno": "001",
    "preco_venda": "10.00",
},{
    "descricao": "Product B",
    "codigo_interno": "002",
    "preco_venda": "11.00",
},{
    "descricao": "Product C",
    "codigo_interno": "003",
    "preco_venda": "12.00",
},{
    "descricao": "Product D",
    "codigo_interno": "004",
    "preco_venda": "13.00",
},{
    "descricao": "Product E",
    "codigo_interno": "005",
    "preco_venda": "13.00",
}]

I want to insert side by side in cards as per the image, but I would like it to have a page break if the next element to insert doesn't fit in the remaining space on the right. How can I do this ?

Captura_de_Tela_selecionar_area_20220628175739

GlauberF avatar Jun 29 '22 10:06 GlauberF

This is currently not possible. We are planning to add a list element in the future which will support such use cases.

alhman avatar Jul 01 '22 08:07 alhman

This functionality would be something spectacular. For labels, there are those that are printed on reels, but there are those printed on letter paper. So for these, she must insert from left to right respecting the space, if there is no space, break the line and continue at the bottom.

GlauberF avatar Jul 01 '22 13:07 GlauberF