trendmicro-frontend / react-table

React Table component
https://trendmicro-frontend.github.io/react-table
MIT License
24 stars 8 forks source link

Fixed headers misaligned with columns in wide tables #2

Closed cheton closed 7 years ago

cheton commented 7 years ago

This happened on Windows, not on Mac.

image

tinaClin commented 7 years ago

Fix the issue that headers misaligned with columns in wide table. (a97c85162a94108eb8708357c55cdc977a69d46f)

http://stackoverflow.com/questions/4185814/fixed-table-cell-width

cheton commented 7 years ago
tinaClin commented 7 years ago

Add empty column to the end of header, and set its width to scrollbar width for avoiding to misalign with columns during scrolling table. (7c1080bbed648890845045b33002e45fb5d72f63)