Updated Server 28/2/2023
This commit is contained in:
@@ -166,7 +166,8 @@
|
||||
|
||||
var tablerekod = $('#rekod_kakitangan').DataTable();
|
||||
|
||||
$('.btn-delete').on('click', function(){
|
||||
$("#rekod_kakitangan").on('click', ".btn-delete", function(){
|
||||
//$('.btn-delete').on('click', function(){
|
||||
// var form = $(this).closest('form');
|
||||
var roles = $(this).data('roles');
|
||||
var staff_id = $(this).data('staff-id');
|
||||
|
||||
Reference in New Issue
Block a user