Datatables and Joomla
Datatables and Joomla
buildcrate
Posts: 5Questions: 0Answers: 0
Can someone teach me how put Datatables on my Joomla website. I will pay the one who offers the solution
This discussion has been closed.
Replies
http://datatables.net/usage/#prerequisites
Then include the JS file for jQuery and DataTables (and the CSS if you want it)
[code]
@import "/media/css/demo_page.css";
@import "/media/css/demo_table.css";
[/code]
Then finally initialise DataTables:
[code]
$(document).ready(function() {
$('#example').dataTable();
} );
[/code]
Allan
Regards,
Allan
Allan
ARTIST
TITLE
BPM
CLEAN
DIRTY
INTRO
DOWNLOAD
71
NAME
TITLE
C
D
I
NAME
82
NAME
TITLE
C
Allan
The module is free and you can get it here: http://extensions.joomla.org/search?q=Sourcerer