Infinite Scrolling Issue
Infinite Scrolling Issue
jcrawford
Posts: 172Questions: 0Answers: 0
When you enable infinite Y-Scrolling and there is no data in the table the css is thrown off a bit. Below is a screenshot and how I got it to fix through FireBug temporarilly.
http://www.josephcrawford.com/pics/infinite-scrolling-bug.png
When you have no content in the datatables it appears that the following elements have a width calculated and pushed into the style tag of 1040px. This makes it too wide so I have adjusted through Firebug and appears 1025px is the magic number, not sure why this is happening or if this is a real bug but thought I would share it :D
Thanks,
Joseph Crawford
http://www.josephcrawford.com/pics/infinite-scrolling-bug.png
When you have no content in the datatables it appears that the following elements have a width calculated and pushed into the style tag of 1040px. This makes it too wide so I have adjusted through Firebug and appears 1025px is the magic number, not sure why this is happening or if this is a real bug but thought I would share it :D
Thanks,
Joseph Crawford
This discussion has been closed.
Replies
Allan