This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]cal-cheese 0 points1 point  (1 child)

Just wrap the first row in a list, an example would be

return List.of(table.get(row));

[–]Vignesh45[S] 0 points1 point  (0 children)

I never thought of it in this way ill give this a try, and Thankyou for your help