tabalinas / jsgrid

Lightweight Grid jQuery Plugin
http://js-grid.com
MIT License
1.52k stars 352 forks source link

Freeze the header row when scrolling up or down #1373

Open vyasrohit1983 opened 3 years ago

vyasrohit1983 commented 3 years ago

I would like to freeze the header row so that header column will always be visible when user is scrolling up or down. Tried couple of option but no luck so far.

I like to have column header fixed like below , https://jsfiddle.net/OlegKi/qrxkuvfz/2/ note: maxheight property is not available in jsGrid

vyasrohit1983 commented 3 years ago

@tabalinas : any comments on this one?