filter(is_deleted=False)) RequestConfig(request).configure(table) return render(request, 'customer/customer.html', {'table': table}) def customer_edit(request): return render(request, 'customer/customer_edit.html') 模板 代码语言:javascript 复制 {% extends 'base.html' %} {% load render_table...
Furthermore the dupes seem to be shown instead of and not in addition to real entries, because the count {{filter.qs.count}} is as it should be. I hope this helps a little bit with getting to the bottom of the problem, because other than that I really enjoy working with django-tabl...