Blame view

app/main/static/js/style_tables.js 206 Bytes
715c0527   Anais Amato   Make tables sorta...
1
2
3
4
$('#charge_table').DataTable({
    "paginate": false,
    "searching": true,
    "ordering": true,
b3cb00e4   Anais Amato   Make tables expor...
5
6
7
8
9
10
    "info": false,
    "dom": 'Bfrtip',
    buttons: [
        'excelHtml5',
        'csvHtml5',
    ]
715c0527   Anais Amato   Make tables sorta...
11
});