Working with dynamically created row/table

Working with dynamically created row/table

kemaltolgakemaltolga Posts: 1Questions: 0Answers: 0
edited March 2012 in General
Hi:

In my MVC's view of interest, I am have only declared a table with its thead. The actual data rows are created dynamically with jquery and ajax callls to my web server.
Now, "attaching" the dataTable() API to my html table doesn't seem to work. It doesn't "see" any of the rows I have appended through my jquery functions. What do I need to do to make this work?
Thanks

--tolga
This discussion has been closed.