display datatable over bootstrap modal
display datatable over bootstrap modal
Hi,
I am stuck at showing data table over bootstrap modal while clicking button click event.
below is my event ...
$('.myModal .modal-body').load( '/patient.transfer', { ACTION : 'FETCH_PREVIOUS_SERVICE_ORDER', },
function(response, status, xhr) {
if (status === 'error') {
var msg = "Sorry but there was an error: ";
// alert(response);
swal( "Oh no!", msg + xhr.status + " " + xhr.statusText, "error");
}
$('.myModal').modal({show:true});
Answers
Hi @ram@dataTable ,
We're happy to take a look. As per the forum rules, if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin