Subversion Repositories SmartDukaan

Rev

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

Rev 12170 Rev 12171
Line -... Line 1...
-
 
1
<span class="timestamp"  style="display:none;">$action.getLastProcessedTimestamp()</span>
1
<script type="text/javascript">
2
<script type="text/javascript">
2
$(document).ready( function() {
3
$(document).ready( function() {
3
  $('#table-comp').dataTable( {
4
  $('#table-comp').dataTable( {
4
    "bAutoWidth": false,
5
    "bAutoWidth": false,
5
    "iDisplayLength": 15,
6
    "iDisplayLength": 15,
Line 14... Line 15...
14
    ],
15
    ],
15
    "aLengthMenu": [[15, 25 ,50, 100, -1], [15 ,25, 50, 100, "All"]]
16
    "aLengthMenu": [[15, 25 ,50, 100, -1], [15 ,25, 50, 100, "All"]]
16
  } );
17
  } );
17
} );
18
} );
18
</script>
19
</script>
19
<h6 style="margin-bottom: 0px; text-align: center; font-size: 12px; margin-top: 5px;">Last Processed Time : $action.getLastProcessedTimestamp()</h6>
-
 
20
<table id="table-comp" style="width: 100%">
20
<table id="table-comp" style="width: 100%">
21
        <thead>
21
        <thead>
22
            <tr>
22
            <tr>
23
                <th>Item Id</th>
23
                <th>Item Id</th>
24
				<th>Product Name</th>
24
				<th>Product Name</th>