0
How can we use looping system? If i use ajax?
https://www.sololearn.com/post/554292/?ref=app https://www.sololearn.com/post/554305/?ref=app https://www.sololearn.com/post/554262/?ref=app https://www.sololearn.com/post/554209/?ref=app
6 Respuestas
+ 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
+ 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.
0
RKK sorry but i didn't understand , if u can pls explain with one example.
0
Prafull Epili something like this...
https://stackoverflow.com/questions/17724017/using-jquery-to-build-table-rows-from-ajax-responsejson
RKK this is row form but want column form to present data https://www.sololearn.com/post/554209/?ref=app
0
The solution looks i.e. like:
https://code.sololearn.com/WWM78N4BzcSC/?ref=app