Extjs4--Ext.data.Store的多列排序和过滤器
Extjs经常使用Ext.data.Store对象。下面说明一下它的排序方式和过滤器的使用。
1.初始化时指定排序方式
可以指定多个列进行排序,可以指定排序方式。
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="../resources/css/ext-all-debug.css" />
<title>Insert title here</title>
<script type="text/javascript">
Ext.onReady(function(){
//Set up a model to use in our Store
Ext.define('User', {