
Thursday, November 8, 2018
Saturday, June 17, 2017
Saturday, June 10, 2017
Monday, February 20, 2017
10:49:00 AM
rohit suri
datatables, javascript, jquery, programming, Technology, xls warning
1 comment
To make datatables jquery plugin work with colspan and rowspan, We can use following trick:
<table id="example" class="display nowrap" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
...
10:41:00 AM
rohit suri
csv, datatables, excel, export, javascript, jquery, pdf, print, programming, Technology, xls warning
No comments
All the libraries needed for browser compatible excel export are in following cdn:
https://cdn.datatables.net/r/dt/jq-2.1.4,jszip-2.5.0,pdfmake-0.1.18,dt-1.10.9,af-2.0.0,b-1.0.3,b-colvis-1.0.3,b-html5-1.0.3,b-print-1.0.3,se-1.0.1/datatables.min.js?1=0
So If we have table, which needs to be exported, we can add following script:
<table id="example" class="display nowrap" cellspacing="0" width="100%">
<thead>
...
Subscribe to:
Posts (Atom)