Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use jquery dataTables display list, click on the pop-up window displays a column need to edit the page, but now after the link inside stitching, can not pop-up window. Code is as follows:

XML
{
             "mData": "DeviceNo","bSortable":true,"sWidth": "10%","sClass": "text-center",  "mRender": function (data, type, full) {
                 console.log(data);
                 return '<a class="thickbox" title="Edit Device" href="/Phone/Edit?Id='+data+'?TB_iframe=true&amp;KeepThis=true&amp;height=500&amp;width=500">' + data + '</a>';
             }
         },//DeviceNo
Posted
Updated 15-Nov-22 4:34am
Comments
Debojyoti Saha 4-Nov-15 23:47pm    
Question have no sense. We need some more details.

1 solution

I am facing the issue. Did you solved it?
If yes, please share the solution
Thanks
 
Share this answer
 
Comments
Richard Deeming 17-Nov-22 4:53am    
"Me too" is not a solution to anyone's question.

If you want to ask for more details, click the "Have a Question or Comment?" button under the question and post a comment.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900