first
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
$(document).ready(function() {
|
||||
$('.table').footable({
|
||||
"paging": {
|
||||
"enabled": true
|
||||
},
|
||||
"sorting": {
|
||||
"enabled": true
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user