daniel-nagy / fixed-table-header

Fixed table header directive.
MIT License
88 stars 36 forks source link

Cannot read property '0' of undefined #38

Open Jaichand opened 6 years ago

Jaichand commented 6 years ago

Cannot read property '0' of undefined bower_components/angular-fixed-table-header/src/fixed-table-header.js:86:52

var cell = cells.original[index];
var style = $window.getComputedStyle(cell[0]);
eclimoom commented 6 years ago

is fix it ?

forste commented 6 years ago

I get the same error. Somebody found a solution?

zachstarnes commented 5 years ago

Has anyone come up with a solution to this? This seems to be my only solution to my situation but I keep getting this error and the header is set to visibility hidden and the clone is no where to be found. Any help would be great, thanks!