Displaying 2 results from an estimated 2 matches for "gettabledata".
2006 Feb 24
0
Appending <tr>''s to Table - Images in <tr>''s loading slowly.
...which I have no solution at this moment, hence writing to this forum.
Basically, I am working on an email application that requires me to fetch data from the backend using AJAX and then I use dom to append the results dynamically to the mail display table.
So far so good. So, I call a function getTableData() at the end of my page (yes, it''s not on onload of the body, it''s just at the end of the page). This function does an AJAX request, gets the JSON data from the backend, builds the <tr>''s dynamically and appends them to the table using DOM. Oh! Prior to this it also...
2006 Feb 24
0
RE: Appending <tr>''s to Table - Images in <tr>''sloading slowly.
...which I have no solution at this moment, hence writing to this
forum.
Basically, I am working on an email application that requires me to
fetch data from the backend using AJAX and then I use dom to append the
results dynamically to the mail display table.
So far so good. So, I call a function getTableData() at the end of my
page (yes, it''s not on onload of the body, it''s just at the end of the
page). This function does an AJAX request, gets the JSON data from the
backend, builds the <tr>''s dynamically and appends them to the table
using DOM. Oh! Prior to this it also...