Not getting the selected rows of jQuery Datatable that uses Ajax call
I am working on a ASP.Net Core MVC C# app and in my single View, I am using 2 jQuery Datatables. I am using ajax call to load the datatable. I am getting below error in my console. There is no error thrown while running the app. I am able to select one or more rows in the datatables by clicking on the rows of datatables. But I am not able to get the selected rows in the code. I am using below codes :