AllenFang/react-bootstrap-table

Fixed column for table

Open

#723 opened on Sep 22, 2016

View on GitHub
 (38 comments) (5 reactions) (0 assignees)JavaScript (795 forks)batch import
help wantedreact-bootstrap-table2

Repository metrics

Stars
 (2,240 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have a scenario where first column of the table will be fixed and other columns are made horizontal scroll. Is there any way to do it with react-table?

I tried doing it with CSS. Functionally it works, but the alignment of the complete table collapses. Any ways.. ??

Contributor guide