Big refactoring of registration
- Added datatable gem - Addaed datatable to events, users (#422), registrations
This commit is contained in:
parent
0f1051d24e
commit
d21e19b977
34 changed files with 435 additions and 12988 deletions
11
app/assets/javascripts/osem-datatables.js
Normal file
11
app/assets/javascripts/osem-datatables.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
$(function () {
|
||||
$(document).ready(function() {
|
||||
$('#registrations-datatable').dataTable();
|
||||
} );
|
||||
$(document).ready(function() {
|
||||
$('#users-datatable').dataTable();
|
||||
} );
|
||||
$(document).ready(function() {
|
||||
$('#events-datatable').dataTable();
|
||||
} );
|
||||
} );
|
||||
Loading…
Add table
Add a link
Reference in a new issue