wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

表格打印问题 #429

Closed xiongtete0519 closed 3 years ago

xiongtete0519 commented 3 years ago

Please read: https://github.com/wenzhixin/bootstrap-table/blob/develop/CONTRIBUTING.md#bug-reports and post issue to: https://github.com/wenzhixin/bootstrap-table/issues, thanks!

问题描述:

表格打印碰到对象的时候出现object问题,我在js里面是用formatter格式化显示的(表格里面我显示的是对象的属性),但是打印就会出现object

打印之前的界面:

圈起来那两个都是对象,我只取了其中一个属性 HDH2N(NS9B@TDPF@G4~O )U

点击打印之后:

QHK_YED%( 5}%UHP7U9 OKN 这个怎么解决?

我的table标签:

<table id="table" class="table" data-click-to-select="true" data-show-print="true"> </table>

wenzhixin commented 3 years ago

已在 bootstrap-table 项目修复