cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

fixed header not working in case if a sub-table is present inside any column of the freezed header table. #30

Open jyotirrout opened 7 years ago

jyotirrout commented 7 years ago

I created a dynamic tables where the rows and columns are auto generated including headers also.I am able to fix the header .But only when there is a table present inside the table to which I applied fixed-header the vertical scroll disappearss and the header is no longer freezed.