下拉列表/过滤器/查看所有选择 [英] Drop-down list / filter / view all choices

查看:65
本文介绍了下拉列表/过滤器/查看所有选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在SharePoint中,我有一个带有
但下拉列表显示"
我必须单击更多以查看下一个20种选择.


解决方案

您在此库中创建了多少个文档?

我已经在我的环境中进行了测试(25个文档),但是无法重现您的情况:

请尝试使用以下脚本手动调用"ShowMore"功能:

<脚本类型="文本/javascript">

    setTimeout(ready,1000);

    (功能 () {

        _spBodyOnLoadFunctionNames.push("rlfiShowMore");

    })();

</script>


最好的问候,

王恩(Dean Wang)


Hi,

In SharePoint, I have a library with a column that I want to filter.
But the drop-down list displays "More".
I have to click more to see the next 20 choices.

I want to display all the choices all at once. How can I do that?


解决方案

Hi,

How many documents did you create in this library?

I have tested in my environment (25 documents) but can’t reproduce your scenario:

Please try to call "ShowMore" function manually using following script:

<script type="text/javascript">

    setTimeout(ready, 1000);

    (function () {

        _spBodyOnLoadFunctionNames.push("rlfiShowMore");

    })();

</script>


Best Regards,

Dean Wang


这篇关于下拉列表/过滤器/查看所有选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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