
Hi,
Configured the rowsPerPageOptions in the paginator options in DataTable Widget.but select box is coming very big.how to resize the select box.
using yui 2.9 version.
// YUI Paginator definition
this.widgets.paginator = new YAHOO.widget.Paginator(
{
rowsPerPage: this.options.pageSize,
initialPage: this.currentPage,
rowsPerPageOptions: [25,50,75,100,500],
template: this.msg("pagination.template"),
pageReportTemplate: this.msg("pagination.template.page-report"),
previousPageLinkLabel: this.msg("pagination.previousPageLinkLabel"),
nextPageLinkLabel: this.msg("pagination.nextPageLinkLabel")
});