dhtmlxGrid如何选择排序值?

时间:2017-05-04 14:45:26

标签: javascript sorting grid dhtmlx gridview-sorting

我一直在使用dhtmlxGrid(https://dhtmlx.com/docs/products/dhtmlxGrid/samples/08_filtering/01_pro_filter.html)中的过滤和排序,我有一个问题:我们可以使用姓氏对员工姓名进行排序,而不会改变他们的写作方式?

例如:

我们有:

  1. Alex Calson

  2. David Edmond

  3. James Brightwood

  4. 排序后我们希望按此顺序排列名称:

    1. James Brightwood

    2. Alex Calson

    3. David Edmond

    4. 有可能吗?

1 个答案:

答案 0 :(得分:1)

您获得所需功能的最佳方法是创建自定义排序功能,该功能仅按值的第二部分对列进行排序。 在这里你可以找到一个教程:

https://docs.dhtmlx.com/grid__sorting.html#customsortingfunction

和一个简单的工作示例:

http://snippet.dhtmlx.com/146a327f0