Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 dojo 的 GridX 中禁用 click-on-header-sort ?我希望仍然能够以编程方式对其进行排序,但用户需要阻止该选项。
当您使用与“ gridx/modules/SingleSort”或“ gridx/modules/NestedSort”相关的模块时,将发生排序
gridx/modules/SingleSort
gridx/modules/NestedSort
如果您使用过此类模块,您可以尝试取消注册。
如果要禁用对网格特定列的排序,则可以使用
grid.column(column_Number).setSortable(false);
默认情况下,“排序”设置为 true