-
I want to create a CellTable. But Columns of the celltable should be based on the response from the server. I’m getting the server response as List.
No of Columns = Size of the list. -
CellTable column header should be the value from the server.
For ex. Server response:List<Contacts> contactsHeader should be
contacts.getName().
I want to create a CellTable. But Columns of the celltable should be based
Share
I achieved it by the following code.
Regards,
Gnik