Subversion Repositories SmartDukaan

Rev

Rev 34216 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34216 Rev 34254
Line 45... Line 45...
45
    </tbody>
45
    </tbody>
46
</table>
46
</table>
47
 
47
 
48
<script>
48
<script>
49
    $('#blockedImeiList').DataTable({
49
    $('#blockedImeiList').DataTable({
-
 
50
        order: [[1, 'desc']],
50
        columnDefs: [
51
        columnDefs: [
51
            { targets: 3, className: 'custom-width' }
52
            { targets: 3, className: 'custom-width' }
52
        ]
53
        ]
53
    });
54
    });
54
</script>
55
</script>