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

貢獻者指南

pdf export exporterFieldCallback · angular-ui/ui-grid#4793 | Good First Issue