sAjaxSource and Initial Table Structure

sAjaxSource and Initial Table Structure

stmcallisterstmcallister Posts: 3Questions: 0Answers: 0
edited March 2010 in General
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

Replies

  • domingodomingo Posts: 8Questions: 0Answers: 0
    You should add after and before

    regards
  • stmcallisterstmcallister Posts: 3Questions: 0Answers: 0
    Ah, you are right, domingo. Although, I've added the the necessary tags and there is still no data displaying.
This discussion has been closed.