I am having trouble implementing the following: 1. Fix the header of the table 2. Fix first 4/5 columns to freeze and the rest to scroll horizontally 3. The table should be inside a div which is of fixed height and width
I tried out few examples online to achieve this, but I need to create an angular JS directive to do this. I am new to angular JS, however, i tried to tweak the below example but no luck.
https://www.pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
any help would be appreciated.
thanks !