Select function not available after upgrade
Select function not available after upgrade
Feraud
Posts: 20Questions: 6Answers: 0
Hi,
after upgrading to new version of datatables, the select function is not available anymore. I made a Plunker showing this problem:
https://plnkr.co/edit/KAtlmYnoAo7R3LuprrJp?p=preview
Out of the box, the sample works until you uncomment the updated version. Now select does not work anymore.
In Index.html, comment/uncomment the following lines:
<!-- Old version: select is working -->
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jszip-2.5.0/dt-1.10.13/b-1.2.4/b-colvis-1.2.4/b-flash-1.2.4/b-html5-1.2.4/fc-3.2.2/fh-3.1.2/se-1.2.0/datatables.min.css" />
<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jszip-2.5.0/dt-1.10.13/b-1.2.4/b-colvis-1.2.4/b-flash-1.2.4/b-html5-1.2.4/fc-3.2.2/fh-3.1.2/se-1.2.0/datatables.min.js"></script>
<!-- New version: select is not working anymore -->
<!--
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jszip-3.1.3/dt-1.10.15/b-1.3.1/b-colvis-1.3.1/b-flash-1.3.1/b-html5-1.3.1/fc-3.2.2/fh-3.1.2/se-1.2.2/datatables.min.css"/>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jszip-3.1.3/dt-1.10.15/b-1.3.1/b-colvis-1.3.1/b-flash-1.3.1/b-html5-1.3.1/fc-3.2.2/fh-3.1.2/se-1.2.2/datatables.min.js"></script>
-->
Any idea what goes wrong?
Regards!
This discussion has been closed.
Replies
Issue seems to have been fixed.
Thanks for posting back - good to hear it is working now.
Allan