Problem in calling JavaScript functions in dataTable
I wrote a project with asp.net core 8 and jQuery and I want the edit and delete functions to be called in JavaScript by clicking on the buttons with the id value of editBtn and deleteBtn And userId and Area should also be sent to the functions. But in the code I wrote, the functions are not executed and nothing happens, and the execution of ajax functions is important to me. In addition, there is no error in the browser console.please help me