Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ExtJs 4.1.0 我有一个缓冲网格,我想在这个网格上启用本地排序。
有可能做到这一点吗?目前,当我使用缓冲网格时,即使我已将可排序配置提供给我想要启用排序的列,排序也会被禁用。
我们可以在缓冲网格中进行本地排序/过滤吗?
ExtjS 网格“bufferedrenderer”中有一个新插件,它可能比缓冲存储更适合您的用例。本地排序和过滤照常工作,只有网格内容在滚动时动态呈现。我们正在使用它来显示数万行。
http://www.sencha.com/forum/showthread.php?259314-Infinite-Grid-Filters-won-t-work&p=949486&viewfull=1#post949486