腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(233)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
ng2-smart-table
on click行应突出显示
<
ng2-smart-table
[settings]="settingsPatient" [source]="sourcePatient" (userRowSelect)="patientStudy($event)" (deleteConfirm)="onDeleteConfirm($event)">" 我使用的是angular 7,当我点击
ng2-smart-table
浏览 6
修改于2021-09-14
得票数 2
回答已采纳
4
回答
Ng2-smart-table
:可以显示和隐藏列吗?
我已经用
ng2-smart-table
设计了一个表,但是我仍然缺少一个重要的函数。您知道这是如何使用
ng2-smart-table
的吗? 我还没能在其他地方找到解决方案。
浏览 24
修改于2018-01-28
得票数 2
2
回答
ng2-smart-table
角度转换
我使用的是
ng2-smart-table
。 我给的标题从component.ts文件的列。
浏览 11
提问于2019-03-08
得票数 1
2
回答
使用
ng2-smart-table
编辑和创建
我正在尝试使用<
ng2-smart-table
>。问题是我不知道如何将加号按钮(addButtonContent)与一些创建函数数据绑定在一起。现在,这将为我打开另一行以插入数据。(keyup)="onSearch(search.value)"> <
ng2-smart-table
[settings]="settings" [source]="source" (deleteConfirm)="onDeleteConfi
浏览 0
修改于2020-04-01
得票数 9
回答已采纳
1
回答
Angular |
ng2-smart-table
如何使用ServerDataSource对表进行排序
我在我的angular应用程序中使用了
ng2-smart-table
。由于我们要处理大量数据,因此我实现了分页基础架构,并使用ServerDataSource代替了LocalDataSource。true,columns: {} //will be generated dynamically by the data }; 我的NG2智能表组件: <
ng2
-smart-table [sett
浏览 92
提问于2020-01-12
得票数 2
2
回答
如何在
ng2-smart-table
中设置可编辑单元格?
我正在使用一个
ng2-smart-table
组件,但是我找不到一个选项,设置一个单元格是可编辑的,就像这个例子(表格marek为“可编辑的单元格”),请帮助我-我可以在
ng2-smart-table
中单独编辑每个单元格吗
浏览 1
提问于2018-07-13
得票数 0
1
回答
尝试派生节点模块
ng2-smart-table
ng2-smart-table
的开发已经停止,我正在尝试为存储库构建一个分支,但它似乎没有构建。 我以前做过类似的事情,通常只是创建一个存储库的分支。
浏览 0
提问于2017-12-18
得票数 6
3
回答
Ng2-smart-table
绑定“Add New”按钮事件到外部按钮
我一直在使用
ng2-smart-table
插件用于表格网格。有一个Add new按钮可以将条目添加到表中。 但我只想从一个外部按钮触发'Add new'事件(可能是表格的顶部,但不是表格的内部)。如果他们没有
Ng2-smart-table
的选项,在Angular 6中有没有绑定事件到其他按钮(外部)的方法?如果是这样,我该怎么做呢?
浏览 2
修改于2020-06-04
得票数 0
7
回答
如何在
ng2-smart-table
中添加自定义css
我正在使用angular 2和
ng2-smart-table
。 这是我的代码。它可以工作,但是如何在
ng2-smart-table
中添加自定义css?我试过了
ng2-smart-table
thead > tr > th { background-color: blue; } 但它不起作用。
浏览 111
修改于2017-08-27
得票数 3
回答已采纳
1
回答
如何使用angular 2在
ng2-smart-table
中应用表体滚动
我正在使用
ng2-smart-table
,它有19列,它在仪表板的框架之外。所以我需要对表体应用水平滚动。我在我的angular 2项目中使用了
ng2-smart-table
:host /deep/ table { width: 1200px !
浏览 14
修改于2019-04-10
得票数 1
1
回答
如何连接fire
NG2-smart-table
创建数据
我一直在使用
ng2-smart-table
模板。单击add new button.some one now可以帮助我后,我无法找到数据保存的位置。 在此表中创建数据,并在列表中显示我们创建的数据。
浏览 6
修改于2019-04-08
得票数 0
回答已采纳
1
回答
如何在angular 7中为
ng2-smart-table
添加验证?
下面是创建NG2-smart表的代码 <
ng2-smart-table
[settings]="settings" [source]="employeeList" </div> add: { addButton: 'Add Employee'
浏览 0
修改于2019-09-26
得票数 0
5
回答
添加自定义动作按钮-
ng2-smart-table
我正在尝试向自定义操作添加一个按钮,但该操作中没有添加新的列,这使得该按钮与其他按钮重叠。 代码: settings = { custom: [ name: 'Button', } }, name: { }, tit
浏览 99
提问于2018-08-30
得票数 11
回答已采纳
2
回答
ng2-smart-table
-如何在其他视图中打开记录
在component.html中在component.ts中mode: 'external',actions:
浏览 11
提问于2020-09-04
得票数 0
1
回答
ng2-smart-table
:从自定义renderComponent计算其他列值
这是
ng2-smart-table
特有的问题。
浏览 0
提问于2018-10-12
得票数 0
1
回答
如何为动作列
ng2-smart-table
添加工具提示
我做了一些与
Ng2-Smart-Table
相关的编码。当我做自定义按钮实现时,用户体验很差,因此我想在将鼠标悬停到这些按钮中时添加工具提示。有没有人有过这样做的经验?
浏览 15
修改于2021-04-02
得票数 0
2
回答
在Angular 6中使用
ng2-smart-table
创建服务器端分页
table.component.html[settings]="settings" </
ng2-smart-table
浏览 0
修改于2020-04-01
得票数 6
回答已采纳
2
回答
/node_modules/
ng2-smart-table
/ng2-smart-table.ngfactory.js中的误差
/node_modules/
ng2-smart-table
/ng2-smart-table.ngfactory.js模块中的错误:错误:无法解决'C:\Shruthi\Applications\PULSE\Q2-error\pulse\Pulse-web\node_modules\
ng2-smart-table
'中的 "moment": &quo
浏览 5
提问于2020-03-27
得票数 0
1
回答
如何在angular的
ng2-smart-table
中添加自定义分页?
在angular 7中如何处理
ng2-smart-table
的分页?我有太多的记录,加载所有的记录需要太多的时间。如何将表设置为一次请求10条记录?例如:当表第一次加载时,是请求前10条记录。
浏览 10
修改于2021-02-02
得票数 0
1
回答
正确反序列化json数组以在
ng2-smart-table
中显示结果
我正在使用
ng2-smart-table
并尝试显示数据var data = [ id: 1, name: 'Leanne Graham',
浏览 0
提问于2018-08-28
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券