Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GlauberF opened this issue Jun 29, 2022 · 2 comments

Comments

@GlauberF
Copy link

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

@alhman
Copy link
Contributor

alhman commented Jul 1, 2022

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

@GlauberF
Copy link
Author

GlauberF commented Jul 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants