问题标签 [ng2-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.

0 投票
1 回答
509 浏览

json - 本地 json 文件和 ng2-smart-table

如何加载本地json文件并在ng2-smart-table中显示数据?

这是我当前用于从本地 json 文件中检索数据的代码:

我想将所有数据传递给 ng2-smart-table 中的 [source]

0 投票
2 回答
3360 浏览

angular - ng2 智能表中动态数据 (API) 的分页

};

来源:服务器数据源;

构造函数(私有 http:Http,全局变量:全局变量){

}

我通过上述方法填充了 ng2 智能表中的数据..但是视图上没有出现分页...我错过了什么?如何使用 serverdatasource 使分页出现?

0 投票
2 回答
7454 浏览

angular - Angular2 ng2-智能表排序

在Angular 2的ng2 -smart-table排序功能是区分大小写的。是否有任何选项可以使排序表数据不区分大小写

0 投票
0 回答
580 浏览

ng2-smart-table - Conditionally change the buttons in row according to the value in the cell in the same row

So my scenario is that there is an "Edit" ,"Activate","Deactivate" button in the action column. and there is a column called Status whose value will be either "ACTIVE" or "INACTIVE" Is there any way i can show and hide these action buttons according to the value in the status columnenter image description here i have to achieve something like in this attached screenshot

,

0 投票
1 回答
2902 浏览

angular - Angular4将数据从父母传递给孩子,发出不工作

我正在尝试将数据从父组件发送到子组件,但是我的 ng2-smart-table 出现问题,该问题正在发送。在我的父组件中,我使用了 ng2-smart-table,它使用 userRowSelect(一个标准函数),当我在表中选择一行时,我会从该行获取所有数据。我想传递给我的子组件的那一行的数据。我尝试使用共享服务,输入和发射,到目前为止它们都没有工作。下面是这两个组件的代码片段。关于做什么的任何建议?

父 html:

父组件:

子组件:

0 投票
1 回答
1329 浏览

angular - ng2-smart-table 在源更改后不重新渲染

这可能看起来很常见。但我几天都面临这个问题。

我正在使用 ng2-smart-table,它正在使用来自 rest API 的数据进行更新。异步调用后首次加载数据。

但是,在不同组件中的事件之后,在发出之后,我可以看到调用了相同的方法,正在为同一个表获取数据,但是这次没有用新数据重新渲染表。任何人都可以帮忙?

我使用如下代码片段重新加载数据表。

0 投票
1 回答
716 浏览

typescript - ng2-smart-table 订阅编辑

我想管理我的 ng2-smart-table 的编辑功能,但是这段代码对我不起作用,我有什么问题吗?

HTML

零件

我可以添加新按钮并管理您的行为,我想知道我是否可以订阅该事件以及如何订阅

0 投票
1 回答
533 浏览

angular - 当我们取消窗口确认弹出窗口时,ng2-smartTable 添加表单不会关闭

smart table当我尝试里面的按钮时,我遇到了一个问题,add即使在event.confirm.reject();看到下面的图片之后,表格仍然存在:

在此处输入图像描述

我所说的表格被框成一个红色矩形

这是我的代码:

组件.html:

组件.ts

0 投票
1 回答
1157 浏览

autocomplete - 添加新的 Ng2-smart-table 自动完成

我已经看到了过滤时可以自动完成的示例。

但是,当您添加新记录时,如何连接到具有自动完成功能的 Web API?

0 投票
1 回答
486 浏览

angular - 尝试分叉节点模块 ng2-smart-table

ng2-smart-table 的开发已经停止,我正在尝试为存储库构建一个分支,但它似乎没有构建。

我以前做过类似的事情,通常只是创建一个存储库的分支。放入我的更改,然后在我的主项目上修改 package.json 以指向 github 项目

但是,当我尝试对 ng2-smart-table 执行此操作时,出现错误:无法安装 git+ https://github.com/atlantageek/ng2-smart-table.git#8f37d374a87a9008328aaea36ad6ce78a28ce7a8 : Missing package version

我也无法破译构建发布过程,开发人员对这些问题一无所知。有没有人指导一下。