Subversion Repositories SmartDukaan

Rev

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

Rev 29062 Rev 29072
Line 26... Line 26...
26
            <tr style="color:black;">
26
            <tr style="color:black;">
27
                <th>Id</th>
27
                <th>Id</th>
28
                <th>Outlet Name</th>
28
                <th>Outlet Name</th>
29
                <th>Code</th>
29
                <th>Code</th>
30
                 <th>Status</th>
30
                 <th>Status</th>
31
                <th>onBoarding</th>
-
 
32
		         <th>Verification</th>
31
                 <th>Verification</th>
33
		         <th>Store Code</th>
32
		         <th>Store Code</th>
34
		         <th>Training</th>
33
		         <th>Training</th>
35
		         <th>Recce</th>
34
		         <th>Recce</th>
36
		         <th>Advance Stock</th>
35
		         <th>Advance Stock</th>
37
		         <th>Branding</th> 
36
		         <th>Branding</th> 
Line 90... Line 89...
90
    $(document).ready(function () {
89
    $(document).ready(function () {
91
      
90
      
92
      var dtable = $('#storeTimeline').DataTable({
91
      var dtable = $('#storeTimeline').DataTable({
93
       "scrollX": true,
92
       "scrollX": true,
94
        orderCellsTop: true,
93
        orderCellsTop: true,
-
 
94
             "order": [[ 0, "desc" ]]
95
       });
95
       });
96
       
96
       
97
     });
97
     });
98
  </script>   
98
  </script>   
99
   
99