GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

PositionPlugin with fixed header #819

Open sansetty2510 opened 6 years ago

sansetty2510 commented 6 years ago

Griddle version

1.11.1

Expected Behavior

fixedHeader : is to true the header need to fixed at the top

Actual Behavior

Header is not fixed

Steps to reproduce

plugins={[LocalPlugin, PositionPlugin({ tableHeight: !isNarrow ? griddleHeight : 313, fixedHeader : true })]}

sansetty2510 commented 6 years ago

Hi @dahlbyk can you please give me the suggestion for this issue Header of the griddle is not fixed while scrolling... I am using Position Plugin with the fixedHeader: true.

dahlbyk commented 6 years ago

Looks like fixedHeader isn't actually implemented: https://github.com/GriddleGriddle/Griddle/search?q=fixedHeader&unscoped_q=fixedHeader