Editable dropdown in column
Editable dropdown in column
I have created a datatable where in data is gathered via ajax. Fields have image, link etc all working fine. There is a column called Status.
Now, I want that when I click on a status field on a particular row a dropdown should open in popup and clicking anyoption in dropdown should change the status of that particular row.
I tried with "createdRow" but could not do that. I have gone through the docs but wondering what and how to use ie aoColumnDefs or aoColumn or something else.
I am using version 1.10.4
Please guide me to achieve this functionality... Thank you.