Hi all I have a table with 30 elements, showing 10 on each page. When I navigate the table more than 4 times, it becomes so slow that its impossible to use. The way I load my table is I call a stored procedure when my page loads, put the result in an object, put that object inside an ArrayList and sent that as my table source.
Is there anything I can do to make my table faster? -- Cumprimentos, Rui Pacheco
