Skip to content
Advertisement

table won’t allow me to append more than 2 cells

JavaScript

im trying to append the cells into the table with their data but the table won’t allow me to do it and I need to write it like this because im trying to access specific objects of the json array. any help im new to JAVASCRIPT AND JSON

Advertisement

Answer

Please stop adding row and cells with createElement() method…!

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement