2👍
✅
This isn’t a django problem (you’re doing the right thing here as far as django is concerned), it’s a datatables issue. You can’t add params directly to the sAjaxSource
parameter, you have to do it with the datatables API.
The following documentation describes how to send extra data to the server in the form of parameters.
Source:stackexchange.com