DEV Community

Tech Master
Tech Master

Posted on

Need help!

Hello everybody

I am a newbie in web devvelopement and want to make a html table with 3 colums from the json array stored in a separate file.

Currently I have only html table and it is difficult to manage such a large table by hand and it also makes index file much larger..

so I jast wanted a method to store contetnts of table in a separate json file and then build a table using javascript which would be easier and cleaner to manage..

so How can I do it?

Latest comments (3)

Collapse
 
devdrake0 profile image
Si

Please review the sidebar and restructure your question/title. The #help tag will be removed in 24 hours if not done.

Your question needs more information about what you actually want to achieve, what you've already tried etc.

Collapse
 
nijeesh4all profile image
Nijeesh Joshy

can you provide us with some thing to get started, like hows the JSON structured,

these might help.

stackoverflow.com/questions/151646...

stackoverflow.com/questions/197060...

Collapse
 
aliglelo profile image
Tech Master • Edited

thanks for responding
but currently i have only html table and it is difficult to manage such a large table by hand and it also makes index file much larger..
so I jast wanted a method to store contetnts of table in a separate json file and then build a table using javascript which would be easier and cleaner to manage..