AllenFang/react-bootstrap-table

Change the sorting behavior

开放

#220 创建于 2016年1月19日

 (8 条评论) (2 个反应) (0 位负责人)JavaScript (795 个派生)batch import
help wanted

仓库指标

星标
 (2,240 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hi,

I would like to be able to do this:

  1. First click on column: sort ascendingly
  2. Second click on column: sort descendingly
  3. Third click on column: remove the sorting

Is there a way to hook the actual sorting behavior, i.e. write my own function in my code without touching the source code?

贡献者指南