diff --git a/to.etc.domui/src/main/java/to/etc/domui/component/tbl/ColumnDef.java b/to.etc.domui/src/main/java/to/etc/domui/component/tbl/ColumnDef.java index c40206077..057c7aa8b 100644 --- a/to.etc.domui/src/main/java/to/etc/domui/component/tbl/ColumnDef.java +++ b/to.etc.domui/src/main/java/to/etc/domui/component/tbl/ColumnDef.java @@ -250,6 +250,10 @@ public ColumnDef width(int characters) { return this; } + public ColumnDef sortable(SortableType sortableType) { + m_sortable = sortableType; + return this; + } /** * The requested max width in characters. * It would ensure that column never grows over that value in em units.