AllenFang/react-bootstrap-table

Support shift (keyboard) to select/unselect multiple rows

Open

#1.574 aberto em 27 de ago. de 2017

Ver no GitHub
 (6 comments) (3 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

It would be great if we could use the shift key (in the keyboard) to select multiple rows. For example - click on the "select" of row#1, press down the shift key, click on the "select" of row#5 -> result is that rows 1,2,3,4,5 are selected.

Same with unselect.

Guia do colaborador