How can we use looping system? If i use ajax? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
6 Answers
+ 6
Prafull Epili first learn to populate simple table, after that you go for something(table) like in the image you've linked. here's the tutorial from where i learnt to do dynamic populating of data in table using JS, ajax. https://youtu.be/12tjh_6xL2M
9th Sep 2020, 7:28 PM
Rohit
+ 4
use a for loop, inside it try to see if content is empty or not, if it's not empty then make a table with JS and put the content in it's td.
9th Sep 2020, 7:11 PM
Rohit
0
RKK sorry but i didn't understand , if u can pls explain with one example.
9th Sep 2020, 7:16 PM
Prafull Epili
Prafull Epili - avatar
9th Sep 2020, 7:25 PM
Prafull Epili
Prafull Epili - avatar
9th Sep 2020, 8:24 PM
JaScript
JaScript - avatar