133
Views
2
Comments
[HeaderFixed]  Error: '$table' is undefined  in IE Fixed header
Question
HeaderFixed
Web icon
Forge asset by HeaderFixed

Hi All ,

I have on concern that this extension is not  working in IE and giving error 

An exception occurred in the client script.
 Error: '$table' is undefined 


if i change the js name as $table  it not give error but header fixed does't work in this case .


thanks

pankaj pant


2016-08-14 15-21-18
Jogait

You can try to update the component core to the latest version, maybe that fixes the problem, take a look at:

https://mkoryak.github.io/floatThead and https://jogait.outsystemscloud.com/FloatThead_Sample

2018-08-26 20-34-32
Pankaj pant

Hey Jogait thanks for the suggestion .

I found a solution for that issue follow are the steps which I had done:

1)  I replaced floatthead jQuery from the latest version.

2) Removed the function from Initialization of TableHeader Script

getSizingRow: function("+JSName+")
                                     {
                                        return $table.find('"+getSizingRow+"');
                                     },

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.