AllenFang/react-bootstrap-table

Non-editable cells can still be selected

Open

#1.626 aberto em 18 de set. de 2017

Ver no GitHub
 (4 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

which results in, when you have a mix of editable and non-editable cells in a row, that when you tab from cell to cell while editing (keyboard navigation enabled in the table) that the selection rectangle does not follow the input cells (which is very confusing to the user). The selection rectangle should skip the non-editable cells.

Guia do colaborador