问题标签 [smart-table]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 字符串格式的智能表日期和金额排序
在 smart-table 中,排序很容易。但是当日期和金额是字符串格式时,如何排序呢?
我无法使用我的 json 中的格式功能。它的抛出错误。
按照这个文档。http://lorenzofox3.github.io/smart-table-website/
有没有人可以帮助我?我是这个地区的新手...
angularjs - angular js 指令 nvd3 和 smart table 一起
我正在使用 nvd3 来构建我的仪表板,其中一个仪表板包含表。所以我正在尝试将 Angular js 智能表指令与 nvd3 指令一起使用。但是一些多么聪明的桌子不起作用。任何人都可以帮助我哪里出错了吗?
请在http://plnkr.co/edit/ufFNMX5jMwDv0UpU7fOo?p=preview找到我的参考资料
智能表参考http://lorenzofox3.github.io/smart-table-website/#/section-intro
我在我的 script.js 文件中传递了两个指令(nvd3 和智能表),但智能表仍然没有出现。
javascript - 按角度js智能表中的多个布尔属性过滤
我有以下情况:指标列表,每个指标都有属性名称、描述、基本和差异。
我希望能够通过选择以下组合进行过滤: “全部”、“基本”、“差异”、“基本和差异”、“既不是基本也不是差异”
我尝试在与ng-repeat关联的选择中使用ng-model | filter,但这破坏了分页。
我想不出使用st-search指令的方法,因为我正在过滤两个属性的组合。
有人有建议吗?
使用示例代码跟随 plunker:http: //plnkr.co/edit/t9kwNUjyJ15CbLFFbnHb
谢谢!!
angularjs - Angular js智能表通过单击按钮更改数据的问题
我在我的应用程序中使用 Angular js 智能表。在初始加载期间一切正常。但是,当某些条件发生变化时,我有一个按钮(它在智能表之外)来刷新数据。单击按钮时,我正在调用 changeView 函数,该函数重新填充 rowCollection 数据,如下所示。根据我对 Angular js 的了解,这种数据更改应该反映在视图中(双向数据绑定)。
但是点击按钮后,我的智能表中只出现了标题,所有剩余的数据都被删除了。有人能指出我的方法有什么缺陷吗?getKPIModesData 正在以正确的格式重新调整所需的 json 数据,这没有问题。
javascript - AngularJS smart-table strange behavior with nested objects and st-search
I'm trying to implement the Smart Table module in my AngularJS app. I'd prefer this over some others mainly because the others seemed require a lot of boilerplate code in my controller and I like to keep my controllers as DRY as possible. But I'm open to other modules that can accomplish the same thing without boilerplate.
It works great when dealing with a straight-up array of objects, but if some of those objects have nested objects, the filtering and sorting has strange behavior.
This will take some explaining so bear with me.
First of all, here is my array of nested objects (shortened for readability here):
Here's my HTML:
So this all works fine if my array doesn't have nested objects. But with the nested objects (eg st-search="new.price"
I get the following issues (see the screenshot):
- Sometimes when I enter text in a "nested object" search field, all other fields that also have nested objects inherit the same value (but the filtering still works fine). This doesn't always do this, just sometimes...
- Boolean values on nested objects don't compute correctly.
True
will show all records, butFalse
will show only the record whose value isFalse
.
Anybody else figured out how to deal with nested objects and the smart-table module?
angularjs - Smart-Table - AngularJs - 包装在指令中
我对 AngularJs 非常陌生,并试图将 Smart-Table 插件“包装”在指令中。我可以得到行但没有显示分页
目前这就是我所做的。
我的 html 包含这个标签
这段代码只是一个测试,数据将使用服务传递......并且模板将是动态的。我需要一些帮助 :-)
谢谢
angularjs - 无法在 Angular JS 中使用 SmartTable 选择网格项
我已经在 Angular JS 中使用SmartTable实现了网格。根据 Smart Table 文档,为了选择网格项目,我们需要添加st-select-row="row"
. 我也加了这个。但我无法选择网格。
已实现的应用程序可以在 plunk(下面的 url)中看到。任何人都可以帮我将网格行用作可选。另外,我想在单击row时调用一个函数。
angularjs - 如何使用 smart-table 和 angularjs 实现自定义搜索
有没有办法用智能表搜索日期字段?我需要在给定日期之后过滤日期。
angularjs - 智能表的显示/隐藏列示例?
ui-grid 有一个 enableGridMenu: true 标志,它提供了一个下拉菜单来显示/隐藏列。这是一个例子: http ://ui-grid.info/docs/#/tutorial/304_grid_menu
smart-table 是否提供任何 OOTB 显示/隐藏功能或我缺少的可用扩展?我知道这可以通过蛮力完成,我找到了这个要点,但它处理列级别的显示/隐藏,而不是表范围的“enableGridMenu”简单启用。 https://gist.github.com/srph/2443ece955799fee1d9f