Table rendering from ajax page not working

Table rendering from ajax page not working

abhishekasthanaabhishekasthana Posts: 2Questions: 1Answers: 0

I have a table,which is on suppose pageA,I call this table on pageB.But when i call this table over there,table doesn't get render but when I refresh the page it works.What is the possible problem.?Please help as I am stuck to the problem from days and I am not able to get possible good solutions.I am calling this from ajax because the table has to be called again and again as the data is refreshed.

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    You will have to supply more information - preferably linking to a test case:
    http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read#latest

  • abhishekasthanaabhishekasthana Posts: 2Questions: 1Answers: 0

    It would not be possible for me.
    I rather can give example to you.

    page A contains a table where the data is rendered from mysql database.if we run this page,a simple table can be seen easily.

    page B contains ajax code,where this page A is called.Here in page B itself I am initializing the table.But the table only renders when the page gets refreshed.

    I cannot post the page as its running on live server and how to post code that I am still searching.

This discussion has been closed.