Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

How about to add print option, and also set header text and footer text options? #145

@arivera12

Description

@arivera12

Something like $('#tableID').tableExport({type:'print'}); would be nice to add. I think you should consider printing also an export option.

Consider this plugin to achieve this easily:
jQuery.print;

Also when we are working with some type of document lets say like DOC, PNG or PDF. If the table don't have any title on it, or the document name doesnt match the exported data, the table could become a little meaningless I think. I think it would be nice to add an option to add html on the header and footer of the table with something like this only just for DOC, PNG or PDF and Print (if u add it).

image

$('#tableID').tableExport({
type:'print', 
header: '<div class="text-center">Title Here<div>',
footer, '<small>Special Footer Here</small>'
});

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions