Responsive and dynamic html content added in createdCell callback.

Responsive and dynamic html content added in createdCell callback.

usuariousuario Posts: 5Questions: 3Answers: 0

Hi,

I have an issue with responsive (Responsive.display.childRowImmediate option) and createdCell callback.

My last column is a button column generated in the createdCell callback with dynamic html added to the row with javascript ( $(td).html(<input type="button".../>);

When I resize the navigator screen, the column automatically goes below the first column (this is correct), but my generated html content disappear.

I have seen the plugin's code and when responsive works he only get the "data" content, but what happens with dynamic html?

Is there any solution to fix this?

Thanks.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.