waltonereed
Results
3
comments of
waltonereed
I'm having the same issue. Any progress on this?
Thanks for responding! Where do you implement `Your_View.get_datatable()`? Do you override that in the DatatableView class? My code looks like this: ``` class DetailDatatable(ValuesDatatable): class Meta: columns = ['name','id','balance'] class...
Any updates here? Am interested in the relation class too.