How to get the value of a hidden field in Jquery DataTable
问题 My code is listed below $("#tblAdminUsers").dataTable({ bProcessing: true, sAjaxSource: '@Url.Action("FetchAdminUsers", "Admin")', aoColumns: [ { sTitle: "Id", bSortable: false, "bVisible": false }, { sTitle: "Email", bSortable: false, }, { sTitle: "Location", bSortable: false, }, { sTitle: "Status", bSortable: true, }, { sTitle: "UserType", bSortable: false, }, { sTitle: "Actions", bSortable: false, mRender: function (nRow, aData, iDisplayIndex) { return '<i class="ui-tooltip fa fa-pencil