2014-08-22 15:08:54 +02:00
|
|
|
$(function () {
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
$('#registrations-datatable').dataTable();
|
2014-08-28 15:21:05 +02:00
|
|
|
});
|
2014-08-22 15:08:54 +02:00
|
|
|
$(document).ready(function() {
|
|
|
|
|
$('#users-datatable').dataTable();
|
2014-08-28 15:21:05 +02:00
|
|
|
});
|
2014-08-22 15:08:54 +02:00
|
|
|
$(document).ready(function() {
|
|
|
|
|
$('#events-datatable').dataTable();
|
2014-08-28 15:21:05 +02:00
|
|
|
});
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
$('#buyers-datatable').dataTable();
|
|
|
|
|
});
|
2014-08-22 15:08:54 +02:00
|
|
|
} );
|