我用我的简单寻呼机使用AscyncDataProvider,它工作得很好。根据查询参数,我对服务器进行了单独的调用,但是行计数并不正常。有人能告诉我怎么重置simplePager的rowCount吗?
发布于 2014-01-24 15:25:13
您可以使用以下api设置行数
simplePager.getDisplay().setRowCount( int rowCount);
https://stackoverflow.com/questions/21319259
相似问题