6

Can anyone tell me how to display this into a HTML table?

Comments
  • 8
    If you are a student you should seriously find a tutorial and learn. Thats what i suggest to interns when they ask like this.

    If you are a client $40/hr 'sir'.

    Just joking around. Use table,tr,td,colspan
  • 0
    @sandeepbalan
    Sorry my bad, I did not mention my doubt clearly there by the time I realised I was not allowed to edit it anymore πŸ˜‚πŸ˜‚

    My doubt is I have this function which outputs the whole thing except for the first line in the picture.

    I want that output to be broken down into small strings so I can use insertrow property of js
  • 4
    If it is a dynamic table population try using js
    https://stackoverflow.com/questions...

    You could have just googled you know😏😏
  • 0
    @TheUchihaGirl
    I tried this approach it becomes very nastyπŸ˜‚πŸ˜‚
    I'll give it another shot.
    Thank you
Add Comment