gpt4 book ai didi

angularjs - 可以在 ng-table 的输入上设置占位符吗?

转载 作者:行者123 更新时间:2023-12-01 09:24:44 25 4
gpt4 key购买 nike

有没有办法在 <input> 上设置占位符?在 ngTable 中创建?

作为第二种选择,是否有另一种方法可以将输入设置为过滤器?

this 的更改将不胜感激。谢谢!

最佳答案

你可以编辑 ng-table.js

Unminify ng-table.js (ie: http://jsbeautifier.org/) 然后在第 250 行你可以找到

<input type="text" ng-model="params.filter()[name]" ng-if="filter==\'text\'" ,class="input-filter form-control"/>

在此处添加占位符,即:

<input type="text" ng-model="params.filter()[name]" ng-if="filter==\'text\'" placeholder="input {{name}}",class="input-filter form-control"/>

请在此处查看工作演示:

http://plnkr.co/edit/q0CMCb7evmZh1sflVV5f?p=preview

关于angularjs - 可以在 ng-table 的输入上设置占位符吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27174919/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com