Cant find td contents of Table tag in IE view source
Cant find td contents of Table tag in IE view source
Hi ,
I'm using jQuery datatable plugin to fill a html table (using ajax calls) and It's all working fine.
The only problem is that when I click on the View Source property in IE (iE8), after the data was rendered (it is shown on the html page), the table tag only contains its headers (th's ) and don't contatin any td's at all.
I tried to view the contents of the page with the IE debugger (F12) and surprisingly the td's are shown!
Any ideas why the contents of the table aren't shown in the view source ?
Thanks,
IlIya
I'm using jQuery datatable plugin to fill a html table (using ajax calls) and It's all working fine.
The only problem is that when I click on the View Source property in IE (iE8), after the data was rendered (it is shown on the html page), the table tag only contains its headers (th's ) and don't contatin any td's at all.
I tried to view the contents of the page with the IE debugger (F12) and surprisingly the td's are shown!
Any ideas why the contents of the table aren't shown in the view source ?
Thanks,
IlIya
This discussion has been closed.