我需要自定义 Tapestry Grid 列上的标题文本。这段代码就是这样做的,但它删除了排序功能
<table class="table table-striped" t:type="grid" t:source="data"
t:rowsPerPage="50" t:pagerPosition="bottom">
<p:specialHeader>Custom header</p:specialHeader>
</table>
如何将排序功能恢复为此自定义标题?