|
From: Joaquim H. <jo...@we...> - 2006-10-24 11:27:53
|
/* A re-send, I used the wrong sender before */ I guess this applies to all places where paging support is present. We currently have "Previous" and "Next"; I'd like "Got to page # [ ]", First page, and Last page as navigation options too. A "number of items" drop-down would be nice too, "5, 10, 20, 30, 50, 100, 200, 500, all". One more thing on these paging pages.. one alternative is to: [ ] Enable listbox display of items (where you use a <div style="overflow-x: auto; overflow-y: scroll">Enter your div or table with data here</div>) This would allow me to scroll through the items, but without clearing the stuff at the top.. -joho |