We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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; },