good first issuegrid-exporterneeds: decision
Métricas do repositório
- Stars
- (5.395 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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;
},