Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 !

share|improve this question
    
It would be helpfull if you would set up a jsbin/jsfiddle/plunker with your attempts. –  haki 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.