How to get all the values of jQuery datatable columns in all rows which contains dropdownlist
I have 5 columns in my jQuery data table and the fifth one is a dropdown list as shown below: enter image description here I want to save the data in this data table. So I want to iterate through…