Subversion Repositories SmartDukaan

Rev

Rev 31352 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31352 Rev 31380
Line 96... Line 96...
96
                    "bLengthChange": true,
96
                    "bLengthChange": true,
97
                    "bFilter": true,
97
                    "bFilter": true,
98
                    "bInfo": false,
98
                    "bInfo": false,
99
                    "bAutoWidth": false,
99
                    "bAutoWidth": false,
100
                    "scrollX": true,
100
                    "scrollX": true,
-
 
101
                    "pageLength": 20
101
 
102
 
102
                });
103
                });
103
        datatableSum(table);
104
        datatableSum(table);
104
        table.on('search.dt', function () {
105
        table.on('search.dt', function () {
105
            console.log('Currently applied global search: ' + table.search());
106
            console.log('Currently applied global search: ' + table.search());