Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="col-lg-6">
        <table class="table table-border table-condensed table-bordered" id="partner-pincode-table" style="width:100%">

            <thead class="row htable" style="background:#F5F5F5;">

            <tr style="color:black;">
              
                 <th>Pincode</th>
                <th>Remove</th>
                
            </thead>
            <tbody>
                #foreach($ppl in $partnerPincodeList )
                <tr>
                   #parse("pincode-partner-row-index.vm")

                </tr>
                #end

            </tbody>

        </table>
    </div>
</section>

<script type="text/javascript">

    $(document).ready(function () {
    
    
                
      var dtable = $('#partner-pincode-table').DataTable({
             "scrollX": true,
            "scrollY": "true",
            scrollCollapse: true,
              "fixedHeader": true,
             });
             });