chenbinedison
Results
1
issues of
chenbinedison
### Version 1.0 ### Link to Minimal Reproduction [Bug] 添加分页后,导出只能导出当前的表格页内容 ### Steps to Reproduce [Bug] 添加分页后,导出只能导出当前的表格页内容 分页代码 function createPagination(totalPages, currentPage) { if (document.getElementById('pagination-container')) { document.getElementById('pagination-container') .parentElement.removeChild(document.getElementById('pagination-container')); } // 创建一个style元素来添加CSS样式 const...
bug