From 272c443c6c488010945e54469507f60711b004d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Elsd=C3=B6rfer?= Date: Thu, 14 Jan 2010 19:25:33 +0100 Subject: [PATCH] Added TODO. --- django_tables/TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 django_tables/TODO diff --git a/django_tables/TODO b/django_tables/TODO new file mode 100644 index 0000000..ab3125a --- /dev/null +++ b/django_tables/TODO @@ -0,0 +1,4 @@ +It would be cool if for non-model tables, a custom compare function could +be provided to modify the sort. This would require a minor refactor in +which we have multiple different table types subclass a base table, and +the subclass allowing it's columns to support additional kwargs. \ No newline at end of file -- 2.26.2