Click here to Skip to main content
15,920,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to sorting multiple table using javascript:
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
</head>
<body>
 <table cellspacing="5" border="0" cellpadding="0" width="100%" style="border-width: 1px; border-color: Red; border-style: ridge" id="table_demo_world" class="demo">
       <thead>
        <tr>
            <td colspan="6">
                <table cellspacing="0" cellpadding="0" width="100%" id="gridText">                     
                        <tr style="background: removed(/TravelOcity-vss/Images/pay.gif); background-color: Red;<br mode=" hold=" />                            height: 25px;">
                            <th align="center" class="Paymentheader" style="width: 100px; height: 25px;">
                                Airlines
                            </th>
                            <th align="center" class="Paymentheader" style="width: 120px; height: 25px;">
                                Departure
                            </th>
                            <th align="center" class="Paymentheader" style="width: 145px; height: 25px;">
                                Arrival
                            </th>
                            <th align="center" class="Paymentheader" style="width: 120px; height: 25px;">
                                Duration
                            </th>
                            <th align="center" class="Paymentheader" style="width: 100px; height: 25px;">
                                Total Fare
                            </th>
                            <th align="center" class="Paymentheader" style="width: 100px; height: 25px;">
                                Book
                            </th>
                        </tr>
                 
                </table>
            </td>
        </tr>
          
        </thead>
                     <tbody>
        <tr>
            <td colspan="6">
                <table width="100%" style="border-width: 1px; border-color: Gray; border-style: ridge">
                    <tr>
                        <td colspan="6">
                            <br />
                        </td>
                    </tr>
                    <tr>
                        <td align="center" style="width: 100px;">
                          312 
                        </td>
                        <td align="center" style="width: 150px;">
                            
                                07:05
                        <td align="center" style="width: 150px;">
                           
                                09:40
                        </td>
                        <td align="center" class="AvailFontFize" style="width: 150px;">
                          
                         
                            02Hrs 35Mins<br />
                                
                        </td>
                        <td align="center" style="width: 100px;">
                            <span class="FareFontFize">र.5259.00</span>
                        </td>
                        <td align="center" style="width: 100px;">
                           Fare Summary
                         
                        </td>
                    </td></tr>
                    <tr>
                        <td colspan="6">
                            <br />
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr>
            <td colspan="6">
                <table width="100%" style="border-width: 1px; border-color: Gray; border-style: ridge">
                    <tr>
                        <td colspan="6">
                            <br />
                        </td>
                    </tr>
                    <tr>
                        <td align="center" style="width: 100px;">
                         
                            304
                        </td>
                        <td align="center" style="width: 150px;">
                          
                                11:40
                        </td>
                        <td align="center" style="width: 150px;">
                            
                                14:25
                        </td>
                        <td align="center" class="AvailFontFize" style="width: 150px;">
                            
                            02Hrs 45Mins<br />
                           
                        </td>
                        <td align="center" style="width: 100px;">
                            <span class="FareFontFize">र.5259.00</span>
                        </td>
                        <td align="center" style="width: 100px;">
                              Fare Summary
                          
                        </td>
                    </tr>
                    <tr>
                        <td colspan="6">
                            <br />
                        </td>
                    </tr>
                </table>
            </td>
        </tr>       
        </tbody>
    </table>
</body>
</html>

regarding.....
Posted
Updated 28-May-12 2:34am
v4

Hi,

Please check following link

Sort an HTML table using jQuery[^]

Thanks,
Imdadhusen
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900