cost 102 ms
如何使用 PDFMake 在 ui-grid pdf 导出中添加自定义 header? - How to add custom header in ui-grid pdf export using PDFMake?

我是 Angular UI-GRID 的新手,我需要为 PDF 导出等导出功能创建外部按钮 我已经阅读了文档,发现我可以使用 PDFMake 库通过我没有找到的文档创建复杂的 header解决我的问题的任何例子。 请查看图像并帮助我。 如何结合这两个功能? var docDefinition = ...

Angularjs UI-Grid 右键单击​​不再有效? - Angularjs UI-Grid Right click is no longer working?

我有一个简单的UI-Grid应用程序,它定义了这样的网格 然后右键点击事件是这样的 这在过去几年中运行良好。 但自上周以来,该事件现在始终为空。 是什么赋予了 ? 我正在使用angular-ui-grid版本 3.2.9 我右键单击的错误是 感谢对此的任何投入 编辑: 我正在尝试通 ...

Angularjs 动态 Angular UI 网格列 - Angularjs Dynamic Angular UI Grid Columns

Angularjs ui-grid 如何动态定义列。 在我的代码中,我将 columnDefs 定义为 null 并在单击按钮后设置列并将数据设置为网格。 但列未在浏览器上呈现。 如何在这种情况下渲染或重新加载网格。 任何解决方案都会对我的问题有所帮助。 我希望这是有道理的。 欢迎任何建议。 ...

angularJS - 动态列的 UI-grid cellTooltip - angularJS -UI-grid cellTooltip for dynamic columns

我有一个返回动态列的存储过程,我能够在 angularJS ui-grid 上的一些帮助下绘制 output。 现在我正在尝试添加“CellToolTip”。 下面的屏幕截图是存储过程的 output,其中第 25 到 22 列是动态的(这意味着它们的范围可以从 150 到 0,具体取决于给存储过 ...

angularjs UI 网格 - 动态显示列 - angularjs UI grid - display columns dynamically

我有一个存储过程,它返回前 4 列(LineNumber、AttributeName、Source、MIC)以及其他动态列。 动态意味着它的范围可以从 150 到 1。在截图示例中,我有第 40 到 29 列。 我能够将数据从后端带到控制器,并且我还能够很好地显示前 4 列。 但是我需要帮助来遍 ...

如何导出 angularjs UI Grid CSV 文件或 PDF 文件中的所有数据 - how to export angularjs UI Grid All data in CSV file or in PDF file

我是 AngularJS ui-grid 的新手,并且是导出器功能的第一次用户。 我需要导出 ui-grid 表,但是我可以导出可见日期而不会出错,但是当我尝试导出所有日期时,它只带有可见日期。 我该如何解决这个问题? app.service('CRUDService', function ($h ...

溢出下隐藏的下拉菜单:隐藏的容器 - Dropdown menu hidden under overflow: hidden container

我正在尝试为 ui-grid 的每一行添加更多选项,因此我正在实施“3 点”方法。 但是我遇到了这个问题,因为我的下拉菜单覆盖了屏幕,因为它有position: absolute应用到它。 我不能使用position: relative因为每一行,尤其是 ui-grid 都有overflow: hi ...

UI Grid gridApi.selection.getSelectedRows() 没有按照选择的顺序给出行 - UI Grid gridApi.selection.getSelectedRows() is not giving the rows in the order in which it was selected

我有以下用例要在带有“全选”按钮的 ui 网格中实现(已实现分页): 加载第一页的初始 50 条记录,列为 name、id、age。 单击“全选”以选择呈现的所有行,使用以下代码: 选择代码: gridApi.selection.selectRow(gridOptions.data[r ...

在Angular UI-Grid中选择一行时将行数据复制到剪贴板上 - Copy the row data on clipboard on select of a row in Angular UI-Grid

我只需要选择/单击一行就可以将整个行数据复制到剪贴板上。 我在共享共用网址时只能复制单元格文本- http://plnkr.co/edit/EVrB5Ib9ZuqhbAMsV9Eg?p=preview 网格选项的Pseduo代码如下- 说,如果我单击第二行,则应同时复制“ ...

如果列之一具有特定值,如何突出显示ui网格行 - how can I highlight ui grid row, if one of the columns has a specific value

我有一个ui网格,其列之一为“状态”。 我希望如果一行包含等于“待定”的“状态”列,它将以绿色突出显示该行。 我在这里经历了很多线程,还没有能够使它工作。 我试图做这样的事情: 但是那样根本就不会生成网格。 row.entity.status是检索“状态”列值的正确方 ...

类型“IGridInstanceOf”上不存在属性“选择”<any> &#39; 执行 gridApi.grid.selection.selectAll 时 - Property 'selection' does not exist on type 'IGridInstanceOf<any>' when executing gridApi.grid.selection.selectAll

我正在尝试使用 gridApi.grid.selection.selectAll 选项以编程方式检查/选择 uiGrid 标题中的“selectAll”复选框。 但它抛出以下错误: 类型“IGridInstanceOf”上不存在属性“选择”。 我正在使用 angular ui-grid 类型文件 ...

在ui-grid列定义中,如何添加按钮来上传图像。 angular.element(this).scope()。函数未在控制器中触发 - Inside ui-grid column definitions , how to add a button to upload image. angular.element(this).scope().function is not triggering in controller

在ui-grid column definotions中,我需要添加一个按钮来上传文件。 但是函数UploadBlogPicture()没有在我的控制器中触发。 我试过grid.appScope.angular.element(this).scope()。function(),gr ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM