Subversion Repositories SmartDukaan

Rev

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

Rev 32089 Rev 32090
Line 13... Line 13...
13
	
13
	
14
   $(document).ready(function () {
14
   $(document).ready(function () {
15
    	
15
    	
16
      var dtable = $('#vendor-pricing').DataTable({
16
      var dtable = $('#vendor-pricing').DataTable({
17
           
17
           
18
                'rowsGroup': [0]
18
                'rowsGroup': [0],
19
                'rowsGroup': [1]
19
                'rowsGroup': [1]
20
       });
20
       });
21
    
21
    
22
    });
22
    });
23
   
23