We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade5cb6 commit a50b77fCopy full SHA for a50b77f
HISTORY.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+7.21.3 (2025-12-04)
5
+~~~~~~~~~~~~~~~~~~~
6
+
7
+* Allow `Column.sortable=True` override. This allows you to turn on sorting for annotated columns
8
9
10
7.21.2 (2025-12-03)
11
~~~~~~~~~~~~~~~~~~~
12
iommi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '7.21.2'
+__version__ = '7.21.3'
from functools import wraps
0 commit comments