django-tables2
django-tables2 copied to clipboard
order_FOO() is only used if input data is a QuerySet
Hello,
Maybe would be nice to explain in the docs that order_FOO() only is used if the table data is a QuerySet and not a dict.
I'm assuming that is an expected behavior.
@BielStela Yes, it's expected behaviour. You are welcome to open a PR.