如何禁用 Movilizer table 列中的排序
How to disable sorting in Movilizer table Columns
在 Movilizer 中如何禁用 Table 列排序。
下面是我的 table 屏幕模板
<question title="Preferrable Colors" type="9" key="#1">
<answer nextQuestionKey="END" key=**"#1_1"** position="0">
<text>DNO</text>
</answer>
<answer nextQuestionKey="END" key=**"#1_2"** position="1">
<text>Department</text>
</answer>
<answer nextQuestionKey="END" key=**"#1_3"** position="2">
<text>Location</text>
</answer>
</question>
请分享
您需要在 answer
标记中实现属性 colSortable="false"
。
在 Movilizer 中如何禁用 Table 列排序。
下面是我的 table 屏幕模板
<question title="Preferrable Colors" type="9" key="#1">
<answer nextQuestionKey="END" key=**"#1_1"** position="0">
<text>DNO</text>
</answer>
<answer nextQuestionKey="END" key=**"#1_2"** position="1">
<text>Department</text>
</answer>
<answer nextQuestionKey="END" key=**"#1_3"** position="2">
<text>Location</text>
</answer>
</question>
请分享
您需要在 answer
标记中实现属性 colSortable="false"
。