AllenFang / AllenFang/react-bootstrap-table
Keyboard navigation when there are hidden columns.
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Hi @AllenFang, thank you for the amazing library, I love it!
It looks like there is an issue with keyboard navigation in 4.3.1 when there are hidden columns. To replicate it you can create a table with any of the columns hidden and keyboard navigation enabled. It looks like you planned for it by adding the visibleColumnSize variable, but variable 'x' still contains absolute column number.
What I did, is added an visibleColumnIndices array with indices of the non-hidden columns and made 'x' take only values from it.
Associated pull request: #1893.
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.