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

Create a iterative interface to CompactTable #388

Open
zhiburt opened this issue Jan 4, 2024 · 0 comments
Open

Create a iterative interface to CompactTable #388

zhiburt opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zhiburt
Copy link
Owner

zhiburt commented Jan 4, 2024

I am quite exited about this simple idea.

Point being to not have any intermediaries.

Something like

let table = /*table config*/;
let table = TableRender::from(table);

table.render(["asd", "asd", "asdds"]);
table.render(["asd", "asd", "asdds"]);
table.render(["asd", "asd", "asdds"]);

for _ in 0 .. 10 {
   table.render(["asd", "asd", "asdds"]);
}

Yes need to think about interface but still...

@zhiburt zhiburt added the enhancement New feature or request label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant