Calling sort on slickgrid

后端 未结 10 894
我寻月下人不归
我寻月下人不归 2021-02-04 18:40

In the slickgrid I\'m able to set the sort column and it\'s sort direction using the grid.SetSortColumn(colName,true/false). This only sets the sorting glyph but do

10条回答
  •  遥遥无期
    2021-02-04 19:06

    Maybe it will help you. Looks like SlickGrid is triggering sort to self - so You can trigger it manually if You want.

提交回复
热议问题