Skip to content

pdf export exporterFieldCallback  #4793

Open
@bjaraujo

Description

@bjaraujo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions