Adding Ajax.ActionLink to DataTable column while using server-side processing?
问题 Alright, so I was unable to find any posts with people trying to do this. I have an MVC4 razor view which contains a jQuery DataTable with a list of Vendor data. In the 1st column I have added 3 buttons: info/edit/delete, which open a partial view in a hidden div to the right of the table. I can do a foreach to loop through the model and write the table rows with Ajax Actionlinks and data columns for each item; this all works fine. My issue came about when I decided to use server-side