Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

datatables - How to hide Full jQuery data table but while export data to excel it should show all data

 $('#divTable').hide();

 <div id="divTable">
     <table id="tbl_memberDetailReport" runat="server" class="odd_line" style="width: 100%;" 
     cellpadding="2" cellspacing="2"></table>                                    
     <table id="tbl_ExportToExcelData"></table>                                                                                                  
 </div>  

I have given a div class outside of table and later I hide it using $('#divTable').hide(); but the problem is I want same data while exporting it to excel

question from:https://stackoverflow.com/questions/65931757/how-to-hide-full-jquery-data-table-but-while-export-data-to-excel-it-should-show

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...