Google App制造商列表视图过滤 [英] Google App maker list view filtering

查看:109
本文介绍了Google App制造商列表视图过滤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在app maker中有一些表,这些表在列表视图中显示数据,它将添加默认功能,例如排序,分页.我们希望过滤器位于

We have tables in app maker that shows data in list view and it will add default features like sorting, paging. We want filters on top of each column in

该表的下拉控件充当过滤器,它将在其配置的列上列出所有不同的值.当我在下拉列表中选择一个值时

that table, drop down control acts as filter that will list all the distinct values on its configured column. When I select a value in dropdown it should

从数据源中过滤值并加载到列表视图中.

filter the value from datasource and load in the list view.

如果同时应用两个或两个以上的过滤器,则这些过滤器应用作AND条件,以使所有过滤器都满足该值.

If two filters or more filters is applied at the same time, the filters should act as AND condition that will bring values satisfied with all filters.

推荐答案

App Maker目前没有这种类型的表(但是您始终可以提交功能请求

There is no such type of table in App Maker at this time (but you can always file feature request here)

与此同时,您可以付出一些努力并自行实施.您只需要添加输入小部件,对其进行布局并绑定到过滤器(_equals,_in ,_notIt,_startsWith ...):

Meanwhile you can put some effort and implement it on your own. You just need to add input widgets, layout them and bind to filters(_equals, _in, _notIt, _startsWith...):

@datasource.query.filters.FieldName._equals

一些与此功能相关的应用程序:

There are some relevant apps with this functionality:

  • Project List
  • Project Tracker

这篇关于Google App制造商列表视图过滤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆