Hi, i've been trying to add a pager to a dynamic datatable.
I am using the BalusC code at :http://balusc.blogspot.com/2006/06/using-datatables.html
Dynamic columns are working great, but now i need to programatically add a simple pager to allow the user to scroll through the records.
I'm using jsf-ibm components, where there exists a pager component, but i've been checking the api's and can't find the right way to add it to the HtmlDataTableEx component.
Any suggestion will be apreciated.