Subversion Repositories SmartDukaan

Rev

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

Rev 31941 Rev 31942
Line 3... Line 3...
3
	        <h4 class="modal-title"> Aging Models
3
	        <h4 class="modal-title"> Aging Models
4
	        </h4>
4
	        </h4>
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="col-lg-12">
7
       	 <div class="col-lg-12">
8
        <table class="table table-border table-condensed table-bordered" id="partnerItemAging" style="width:100%">
8
        <table class="table table-striped table-advance table-hover"  id="partnerItemAging" style="width:100%">
9
          <thead class="row htable">
9
          <thead class="row htable">
10
 
10
 
11
            <tr style="color:black;">
11
            <tr style="color:black;">
12
            <th style="vertical-align:middle">Item Id</th>
12
            <th style="vertical-align:middle">Item Id</th>
13
	    					<th style="vertical-align:middle">Description</th>
13
	    					<th style="vertical-align:middle">Description</th>
Line 63... Line 63...
63
  	<div class="modal-footer">
63
  	<div class="modal-footer">
64
		        <button type="button" data-dismiss="modal" class="btn btn-default view-close">Close</button>
64
		        <button type="button" data-dismiss="modal" class="btn btn-default view-close">Close</button>
65
	
65
	
66
	   </div>
66
	   </div>
67
	   
67
	   
68
	   <script>
-
 
69
 
-
 
70
        var dtable = $('#partnerItemAging').DataTable(
-
 
71
                {
-
 
72
                    "bPaginate": true,
-
 
73
                    "pageLength": 20,
-
 
74
                    "bFilter": true,
-
 
75
                    "bInfo": false,
-
 
76
                    "bAutoWidth": false,
-
 
77
                    "scrollX": true,
-
 
78
        });
-
 
79
  
-
 
80
   
-
 
81
    
-
 
82
    </script>
-
 
83
68
	 
-
 
69
84
70