Fixed header and left column jumps
When the header and left column set to fixed it jumps while using IE and if the Laptop is using battery. I'm thinking this has todo with relative positioning.
Hi @kzimic ,
Did you fix this bug now ? How did you do ?
: - )
No I didn't fix it. Using fixed and absolute position together will fix the issue when freezing the header but it's not working for the left column...
This problem is occur because plugin re-calculate and re-apply all fixed cells position in scroll event.
When computer has high performance, this operation is so fast, so is look lick normal, but when computer or browser is slow, occur this situation.
In this moment, I really don't know how to can I resolve this problem, but I will continue study about this.
Can you please fix the about issue it would be helpful at most
I don't really know how to fix this problem now. If someone has any idea, maybe we can try to fix this Sorry
Can you please suggest me any other jquery plug-in to freeze table header and left column.
It will help a lot for me On Mar 2, 2016 6:51 PM, "lai32290" [email protected] wrote:
I don't really know how to fix this problem now. If someone has any idea, maybe we can try to fix this Sorry
— Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-191236265 .
Hello friends,
Someone solved this problem? I really need to make it work in I.E :(
Best Regards
mee too... Please fix it :(
On Mon, Mar 14, 2016 at 9:54 PM, ImaRamos [email protected] wrote:
Hello friends,
Someone solved this problem? I really need to make it work in I.E :(
Best Regards
— Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-196396145 .
The only thing I could do is use a delay on the scroll function to be less jumpy... nothing else :/
Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.
Thank you... Awaiting for resolution :) On Mar 17, 2016 5:56 PM, "lai32290" [email protected] wrote:
Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197855458
Hi,
Can i know how you have a used the delay on scroll function.
On Thu, Mar 17, 2016 at 2:15 PM, ImaRamos [email protected] wrote:
The only thing I could do is use a delay on the scroll function to be less jumpy... nothing else :/
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197767482
Yes friend, something like that.Debounce it's a jquery function.
var timer = 100;
var dprocess = $.debounce(timer, OnScroll);
if (dprocess !== undefined)
{
parent.scroll(dprocess);
}
http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/
Any update on this please? On Mar 23, 2016 2:29 PM, "ImaRamos" [email protected] wrote:
Yes friend, something like that.Debounce it's a jquery function.
var timer = 100; var dprocess = $.debounce(timer, OnScroll);
if (dprocess !== undefined) { parent.scroll(dprocess); }http://benalman.com/code/projects/jquery-throttle-debounce/examples/debounce/
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-200255742
Hello, Any update on this issue
On Thu, Mar 17, 2016 at 5:56 PM, lai32290 [email protected] wrote:
Sorry guys, I really don't know how to fix this problem now, but I'm studying for this.
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/lai32290/TableHeadFixer/issues/11#issuecomment-197855458
Any update on this please, its very urgent!!
+1 sitll need it...