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
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
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+"'); },