angular-ui/ui-grid

pdf export exporterFieldCallback

Open

#4,793 建立於 2015年12月1日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (2,496 fork)batch import
good first issuegrid-exporterneeds: decision

倉庫指標

Star
 (5,395 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

in exporterFieldCallback I add spaces to the input to produce identation but it doesn't appear in the pdf.

    exporterFieldCallback: function(grid, row, col, input) {
      var value = "      " + input;

      return value;
    },

貢獻者指南