Subversion Repositories SmartDukaan

Rev

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

Rev 7716 Rev 9829
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$(function() {
2
	$(function() {
3
		scanTable = $('#transfer-lots-table').dataTable({
3
		transferLotTable = $('#transfer-lots-table').dataTable({
4
			"sPaginationType": "full_numbers",
4
			"sPaginationType": "full_numbers",
5
            "aaSorting" : [ [ 4, 'asc' ] ],
5
            "aaSorting" : [ [ 4, 'asc' ] ],
6
            "bAutoWidth": true,
6
            "bAutoWidth": true,
7
            "iDisplayLength" : 50,
7
            "iDisplayLength" : 50,
8
            "sDom" : 'T<"clear">lfrtip',
8
            "sDom" : 'T<"clear">lfrtip',