Subversion Repositories SmartDukaan

Rev

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

Rev 27738 Rev 27748
Line 5... Line 5...
5
       </div>
5
       </div>
6
  <div class="modal-body" style="height:400px;overflow:auto;">
6
  <div class="modal-body" style="height:400px;overflow:auto;">
7
    <div class = "row">
7
    <div class = "row">
8
  
8
  
9
			<div class="col-lg-12">
9
			<div class="col-lg-12">
10
				 <table id="billingBrandItem" class="table table-striped table-advance table-hover">
10
				 <table id="tertiaryBrandItem" class="table table-striped table-advance table-hover">
11
				 <thead>
11
				 <thead>
12
	    			<tr>
12
	    			<tr>
13
	    				<th>Item</th>
13
	    				<th>Item</th>
14
	    				<th>Unit Price</th>
14
	    				<th>Unit Price</th>
15
	    				<th>Stock Qty</th>
15
	    				<th>Stock Qty</th>
Line 32... Line 32...
32
	</div>
32
	</div>
33
 
33
 
34
	  	<div class="modal-footer">
34
	  	<div class="modal-footer">
35
		        <button type="button" data-dismiss="modal" class="btn btn-default view-close">Close</button>
35
		        <button type="button" data-dismiss="modal" class="btn btn-default view-close">Close</button>
36
	
36
	
37
	   </div>
-
 
38
37
	   </div>
-
 
38
	   
-
 
39
<script type="text/javascript">
-
 
40
 
-
 
41
$(document).ready(function() {
-
 
42
  var table = $('#tertiaryBrandItem').DataTable( {
-
 
43
        "pageLength": 100
-
 
44
    });
-
 
45
});
-
 
46
</script>
-
 
47
39
48