How to access the variables passed from django in datatables?

How to access the variables passed from django in datatables?

gladsonvmgladsonvm Posts: 1Questions: 1Answers: 0

I am using django named urls. My datatables contain a link in each row I am calling it as '''{% url 'obj_details' obj.id %}'''. I can access variables using fields.objnum and display it in datatbles. My issue is exactly the same as mentioned here
http://stackoverflow.com/questions/30069338/get-variables-in-datables-passed-by-django/30069463

This discussion has been closed.