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