react-bootstrap-table/react-bootstrap-table2

Scroll to a row programmatically

Open

#357 opened on May 29, 2018

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (1,249 stars) (415 forks)batch import
help wanted

Description

I am trying to implement scroll to a table row programmatically this library provides a way to do it through id's https://github.com/fisshy/react-scroll Is it possible to add id's to tbody and tr's and how do we make thead fixed and make only tbody scrollable?

Contributor guide