Elementace
Elementace
@TITANHACKY How did you go about solving this problem? More importantly, I was hoping to be able to sort by a sum of values
Thanks @TITANHACKY , for completion sake; I did it in the filter queryset method, to save in some extra compute.
I believe this library has this built in. You can enable filtering (standard datatables offering) by configuring the dom on instantiation by adding 'f' to the dom argument: AjaxDatatableViewUtils.initialize_table( $('.my_table_div_object_id'),...
You're a lifesaver @maread99! This works perfectly!