added admin interface
This commit is contained in:
11
admin/assets/js/pages/tables/footable.js
Normal file
11
admin/assets/js/pages/tables/footable.js
Normal file
@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
$('.table').footable({
|
||||
"paging": {
|
||||
"enabled": true
|
||||
},
|
||||
"sorting": {
|
||||
"enabled": true
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user