sAjaxSource and Initial Table Structure
sAjaxSource and Initial Table Structure
stmcallister
Posts: 3Questions: 0Answers: 0
I'm having an issue with my table populating using sAjaxSource. Using firebug I can totally see the data getting called from my processing page, and arriving to the necessary page formatted as the aaData array, similar to the example on the site. My db table and html table both have the same number of columns. My only guess is that I'm missing something with how I'm initially setting up my html table before it's populated? This is what I'm doing with my html:
[code]
Title
Active
Carrier
Billing Code
Condition
ID
[/code]
Is there something glaringly wrong with that html? Or am I missing something else?
Thanks!
-Scott
[code]
Title
Active
Carrier
Billing Code
Condition
ID
[/code]
Is there something glaringly wrong with that html? Or am I missing something else?
Thanks!
-Scott
This discussion has been closed.
Replies
regards