https://codepen.io/CasualWanderer20XX/pen/MYyPpbq?editors=1111
Uhh, I’m currently trying to make a data table of my sample data.
How do I properly append the ‘td’ tags for each ‘tr’ in the tbody section in one go?
https://codepen.io/CasualWanderer20XX/pen/MYyPpbq?editors=1111
Uhh, I’m currently trying to make a data table of my sample data.
How do I properly append the ‘td’ tags for each ‘tr’ in the tbody section in one go?
Thank you for the feedback.
I actually found another way, using the html function from d3.