My table have a big query, so I want to make the user filter some fields before displaying the table data.
It's possible to make the table get the data only on the click of some button? Actually when I load my view the table already get the data, this is made by the PagedTable or the LazyBeanContainer(I'm using Lazy Container to paginate my table)?
Button.ClickListenerinstead of loading data when loading the view