good first issuegrid-exporterneeds: decision
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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;
},