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