Installation of ColVis
-
Hi,
My question is very basic but I have spent the whole day trying to figure out how to install a datatable extension to my table.
I have never manipulated Javascript and I searched and tried as much as I could.
For example, if I want to install ColVis extension to my tab, I tried to paste this in my CSS:
“/*
* Example initialisation
*/
$(document).ready( function () {
$(‘#example’).DataTable( {
“dom”: ‘C<“clear”>lfrtip’
} );
} );”I also don’t know what to do with the two information:
CSS //cdn.datatables.net/colvis/1.1.1/css/dataTables.colVis.css
and
JS //cdn.datatables.net/colvis/1.1.1/js/dataTables.colVis.min.js
I tried to paste it in the CSS, I tried to rename my [table id=1 + one of the codes above]
I tried everything and I am still stuck and a very basic point: how can I instal an extension to my table.
I also downloaded the plugin “TablePress Extension: DataTables Sorting plugins” but I don’t how to make it work on my table.
If you can help me that would very very (very) nice ??
- The topic ‘Installation of ColVis’ is closed to new replies.