AllenFang/react-bootstrap-table

Change the sorting behavior

Open

#220 aberto em 19 de jan. de 2016

Ver no GitHub
 (8 comments) (2 reactions) (0 assignees)JavaScript (795 forks)batch import
help wanted

Métricas do repositório

Stars
 (2.240 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador