If have a large amount tabular data that I'm trying to display in a JSF datatable. Are there any any implementations or components out there that can handle database paging and ...
Can you guys give me opinion on these scenario:
1. data list is large and update quite often
2. data list is small and does not update that often
3. any other interesting case ...
thanks for your response sir yes i am using the standard one. Actually in my code what i have done is on a button click i called up the stored procedure that returns a ResultSet, so that in a while loop i have created the class object and add each object to the list at the end of the loop, and ...
Hi Bart, I am trying to use the t:dataTable to get in a faster way on the screen. The render time is very high, just of course of all my elements and functions included in the several columns. Have you got any tips to get more performance on that element? Thanks, Klaus