| bio | website | blog.noobtech.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | Jan 20 '12 at 18:45 | |
| stats | profile views | 2 |
|
Feb 21 |
awarded | Nice Question |
|
Aug 18 |
awarded | Scholar |
|
Aug 18 |
accepted | Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? |
|
Aug 17 |
awarded | Student |
|
Aug 16 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? Yes, Paging data was looked at too, but even with a massive table, we found our internal users preferred a huge scrollable table over a paging table. Reason being that it was faster/easier for them to browse through data using a scroll wheel/scroll bar than using a combination of scrolling and/or clicking next/previous page buttons. |
|
Aug 16 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? @Charles, I think I know what he means... I think he is trying to say "scrolling within scrolling". That is, Having the usual browser scroll bar, and then having the additional inner scroll bar for the overflow div. |
|
Aug 16 |
awarded | Supporter |
|
Aug 16 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? I would agree with you that this is an ideal solution, but I find it becomes problematic when the table contains thousands of rows. The overflow method seems to work rather sluggishly, also, overflow scrolling does not work at all in iPhone browser :-( |
|
Aug 16 |
comment |
Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? Sorry I can't quite make sense of what you wrote, if I understand you correctly, you are saying to let the browser handle vertical scrolling? As in NOT using css overflow? |
|
Aug 16 |
asked | Whats a better user experience: A scrollable table or a full size table allowing the browser window to do scrolling? |