Full explanation of html table sorting

Source: Internet
Author: User

Full explanation of html table sorting
The sorting process of an html table is as follows: 1. Obtain the column number of the header cell clicked by the mouse. 2. traverse all data rows, obtain html 3 in each <tr> and the content 4 in the <td> tag corresponding to the obtained column number under each <tr> tag, and obtain the type attribute value of the <th> tag (number string ip) 5. splice the <tr> html, <td> content, and <th> type attribute values into strings and add them to array 6. Then, set all the html in Table <tr> null 7 compares the content of <td> according to different type attribute values. 8. sorts the array according to the comparison result. 9. Then, the sorted array element is assigned to <tr> 10 if the column has been sorted, the array is inverted directly. Three sorting rules are provided: numerical value, string, and IP address. String sorting rules use the localeCompare method of javascript. Code:

<! Doctype html> 

 


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.