Dialogs and datatable
Dialogs and datatable
I have a datatable , contains data that has hyperlinks opened in a Jquery dialog to open different URL. I am using different divObj.dialog('open'); to acheive this. Now when I click each link first time when the datatable loaded the target page is opened properly with data populated in it. But when I click the second link without refreshing the datatable I only see the html getting loaded without any data in it. I thought this is something to do with the datatable closing. I even tried destroy the dialog. it didn't help. Any ideas?...