Subversion Repositories SmartDukaan

Rev

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

Rev 30861 Rev 30876
Line -... Line 1...
-
 
1
 
-
 
2
 <script type="text/javascript">
-
 
3
   
-
 
4
    $(document).ready(function () {
-
 
5
     var dtable = $('#credittable').DataTable({
-
 
6
                            
-
 
7
     });       
-
 
8
  });
-
 
9
</script>
-
 
10
 
-
 
11
 
1
<section class="wrapper">
12
<section class="wrapper">
2
    <div class="row">
13
    <div class="row">
3
        <div class="col-lg-12">
14
        <div class="col-lg-12">
4
            <h3 class="page-header"><i class="icon_document_alt"></i>Partners Credit Detail</h3>
15
            <h3 class="page-header"><i class="icon_document_alt"></i>Partners Credit Detail</h3>
5
            <ol class="breadcrumb">
16
            <ol class="breadcrumb">
Line 10... Line 21...
10
    </div>
21
    </div>
11
    
22
    
12
    
23
    
13
    
24
    
14
        <div class="col-lg-12">
25
        <div class="col-lg-12">
15
        <table class="table table-border table-condensed table-bordered" id="kredftable" style="width:100%">
26
          <table class="table table-border table-condensed table-bordered" id="credittable" style="width:100%">
-
 
27
        
16
 
28
 
17
            <thead class="row kredtable" style="background:#F5F5F5;">
29
            <thead class="row htable" style="background:#F5F5F5;">
18
 
30
 
19
            <tr>
31
            <tr>
20
                <th> Id</th>
32
                <th> Id</th>
21
                <th>Retailer Id</th>
33
                <th>Retailer Id</th>
22
                <th>Retailer Name</th>
34
                <th>Retailer Name</th>
Line 54... Line 66...
54
    
66
    
55
    
67
    
56
    
68
    
57
 </section>
69
 </section>
58
 
70
 
59
 
-
 
60
 <script type="text/javascript">
-
 
61
   
-
 
62
    $(document).ready(function () {
-
 
63
     var dtable = $('#kredtable').DataTable({
-
 
64
             "scrollX": true,
-
 
65
             "scrollY": "518px",
-
 
66
              scrollCollapse: true,
-
 
67
             "fixedHeader": true,
-
 
68
           
-
 
69
                       
-
 
70
     });   
-
 
71
     
-
 
72
     
-
 
73
 
-
 
74
       
-
 
75
  });
-
 
76
 
-
 
77
   
-
 
78
    
-
 
79
</script>
-
 
80
71