primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
283 stars 125 forks source link

Expose paginator in DataTable #149

Closed cagataycivici closed 8 years ago

cagataycivici commented 8 years ago

Add getPaginator method. For example to setTotalRecords;

$('#tblremotelazy').puidatatable('getPaginator').puipaginator('option','totalRecords', 20);