angular-ui/ui-grid

pdf export exporterFieldCallback

Open

#4,793 创建于 2015年12月1日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
good first issuegrid-exporterneeds: decision

描述

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;
    },

贡献者指南