Working with dynamically created row/table
Working with dynamically created row/table
kemaltolga
Posts: 1Questions: 0Answers: 0
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
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.