hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
984 stars 714 forks source link

exportDataType: 'all' not working #346

Closed max-henri closed 2 years ago

max-henri commented 2 years ago

Hello, I am trying to build a button that exports all the rows (including the ones hidden because of pagination). I found the 'exportDataType' parameter in Bootstrap Table that works with the standard button but I cannot make it work with a custom button. Is this a limitation? Or which parameter to use? Thanks in advance

Example: https://examples.bootstrap-table.com/index.html#extensions/export.html

hhurz commented 2 years ago

Hi, that seems to be an issue related to bootstrap-table. Please ask your question on their page again.