You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
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).