Subversion Repositories SmartDukaan

Rev

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

Rev 11937 Rev 12152
Line -... Line 1...
-
 
1
<script type="text/javascript">
-
 
2
$(document).ready( function() {
-
 
3
  $('#table-comp').dataTable( {
-
 
4
    "bAutoWidth": false,
-
 
5
    "iDisplayLength": 15,
-
 
6
		"aoColumns": [
-
 
7
      null,
-
 
8
      null,
-
 
9
      null,
-
 
10
      null,
-
 
11
      null,
-
 
12
	  null,
-
 
13
      null
-
 
14
    ],
-
 
15
    "aLengthMenu": [[15, 25 ,50, 100, -1], [15 ,25, 50, 100, "All"]]
-
 
16
  } );
-
 
17
} );
-
 
18
</script>
1
<table id="comp-table" style="width: 100%">
19
<table id="table-comp" style="width: 100%">
2
        <thead>
20
        <thead>
3
            <tr>
21
            <tr>
4
                <th>Item Id</th>
22
                <th>Item Id</th>
5
				<th>Product Name</th>
23
				<th>Product Name</th>
6
				<th>Deal Price</th>
24
				<th>Deal Price</th>
7
				<th>Saholic Price</th>
25
				<th>Saholic Price</th>
8
				<th>Snapdeal Price</th>
26
				<th>Snapdeal Price</th>
9
				<th>Flipkart Price</th>
27
				<th>Flipkart Price</th>
10
                <th>Amazon Price</th>
28
                <th>Amazon Price</th>
11
				<th>Seller Website</th>
-
 
12
            </tr>
29
            </tr>
13
        </thead>
30
        </thead>
14
        <tbody>
31
        <tbody>
15
	#set($items = $action.getPdData())
32
	#set($items = $action.getPdData())
16
    #foreach ( $item in $items )
33
    #foreach ( $item in $items )