Hi,
I was able to make a table scroll by this simple CSS
.itemTable {height: 320px; overflow-y: auto;}
I have attached the screenshot. The table class is itemTable. The problem is it scrolls together with the column headers. I need help to make the column headers static. Thanks
Regards,
Mark