Guest User

Untitled

a guest
Jan 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public class TimeSheet {
  2. private Set<Task> taskSet=null;
  3. }
  4.  
  5. userInfo = "<table id='mytabe'><thead><tr><th>TimeSheetID</th></tr></thead><tbody>
  6.  
  7. for(i =0 ; i < response.result.length ; i++){
  8. userInfo += "<tr><td>"+ response.result[i].timeSheetID + "</td></tr> ";
  9. }
  10. userInfo += "</tbody></table> ";
Add Comment
Please, Sign In to add comment