问题标签 [custom-paging]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
61 浏览

asp.net - 自定义分页在 ListView Asp.Net 中不起作用

在编写下面的代码时,我遇到了这个错误,说ListViewPageEventsArgs could not be found.

在此处输入图像描述

我已经将以下代码添加到模板中:

你们知道我为什么会出现这个错误吗?

0 投票
3 回答
1907 浏览

android-paging - 使用 PagedListAdapter 时对数组项进行排序?

我正在使用分页库

目前,我想通过 PagedListAdapter 中的描述对项目进行排序(使用SortList),但我还没有弄清楚如何去做。

使用 PagedListAdapter 时如何对元素进行排序?谢谢你。