by CassMan >> Wed, 19 Sep 2007 11:28:22 GMT
Hello,
I would like to use a table to display all instances within a collection, preferrably using a scroll bar as there may be as many as 100 entries. I am currently using the displayCollection method and this displays the first 26 entries (the maximum for the tables height), but does not allow the user to scroll, even though a scroll bar is present (It allows you to scroll by half a row to display the fixedRow too.
I have since been informed that this is because the displayCollection method only fills the table and discards any further entries. What should i use instead to allow all entries to be visible? Or, is there something i could change to do this but still using displayCollection?
Thank you in advance