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

Add makeTable(ArrayList<Map<String,T>> listOfMaps) method to TableService API #13

Open
imagejan opened this issue Apr 3, 2020 · 0 comments

Comments

@imagejan
Copy link
Member

imagejan commented Apr 3, 2020

As suggested by @ctrueden in this old forum post, we should consider new TableService API like this:

Table<C extends Column<? extends T>,T> makeTable(ArrayList<Map<String,T>> listOfMaps)

or similar to simplify generating tables from maps etc.

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

No branches or pull requests

1 participant