Pagination YUI paginator无穷大记录在表中

Pagination YUI paginator无穷大记录在表中,pagination,yui,Pagination,Yui,我正在使用YUI显示数据 此行用于设置每页的记录数: rowsPerPageOptions : [ 10, 25, 50, 100 ] 它是否能够设置无限数量的记录?使用自定义页面计数名称和最大整数进行解析 rowsPerPageOptions : [ { value : 20, text : '20' }, { value : 5

我正在使用YUI显示数据

此行用于设置每页的记录数:

rowsPerPageOptions : [ 10, 25, 50, 100 ]

它是否能够设置无限数量的记录?

使用自定义页面计数名称和最大整数进行解析

rowsPerPageOptions       : [  
                                    { value : 20, text : '20' },  
                                    { value : 50, text : '50' },  
                                    { value : 100, text : '100' },
                                    { value : 250, text : '250' },
                                    { value : 500, text : '500' },
                                    { value : 1000, text : '1000' },
                                    { value : 9007199254740992, text : 'All' }],

尝试一下[20,50,100,250,500,1000,‘全部’]