I am using table , I want to make header as fixed and table records(entries) scrollable but I don't want to show vertical scroll bar .
HI Nilesh,
you can use css for it and make it fixed
see below css
https://css-tricks.com/position-sticky-and-table-headers/
Hope this will help you.
Regards
Rahul