I've made a datatable and was able to add the edit and delete links to each row of the table. The links however do not seem to do anything. I am trying to redirect to an edit page upon click, but I am having trouble obtaining thethe id of the record that is in my model of the row that I'm wanting to edit to add to the url. Here is my markup/script that makes the table within a modal. I've made a datatable and was able to add the e