HTML in ajax response.

HTML in ajax response.

sachindhussachindhus Posts: 1Questions: 0Answers: 0
edited June 2013 in General
Hi,
I have a requirement to generate table with checkbox in one column. Background I am assigning row id to that checkbox. This is possible if I load whole table at first time, but I want to load this table with ajax call and its difficult to add this one checkbox in column with row id in ajax call. Can anyone please help me to sort out this? Can I send direct HTML table in ajax call?

Regards,
Sachin

Replies

  • templartemplar Posts: 1Questions: 0Answers: 0
    Did you find an answer to this? I have a similar requirement in that I need to load a images into a column, with the image for that column dependent on that column's value in each row.
This discussion has been closed.