Blame view

app/main/static/js/style_tables.js 121 Bytes
715c0527   Anais Amato   Make tables sorta...
1
2
3
4
5
6
$('#charge_table').DataTable({
    "paginate": false,
    "searching": true,
    "ordering": true,
    "info": false
});