Extjs 4 grid filtering

梦想的初衷 提交于 2019-12-06 02:38:25
Jan Korenek

You don't need to use external plugins. In Ext JS 4.1 filtering can be done easily without any plugins.

There are nice examples of both local and remote filtering in documentation.

  1. Remote filtering

  2. Local filtering

Here is a grid plugin that adds filtering row below grid header. Allows remote filtering and supports pagination grids.

https://github.com/roberto-rodriguez/ExtJs_GridFilterPlugin

It works pretty well in Ext version 4.

Here is an image of what it does:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!