I got a List<Approvals> Objects loaded off Ksoap
And want to convert it to tabular form
I also need 2 buttons appended to every end of the row saying if the
approval is to be accepted or rejected and send back to the database.
Any ideas I can map this List<> of Objects to a table handily?
Which view is best suited for a table?
PS: I need something which performs like rs2xml.jar
https://www.youtube.com/watch?v=hg1S3QHFNrE
Thanks
Jack