How to sort rows of HTML table that are called from MySQL

前端 未结 6 1795
南方客
南方客 2020-11-27 15:12

I know it\'s such a basic thing, but a Google search hasn\'t shown me how to re-sort the rows after clicking the th links.

I\'ve got this:



        
6条回答
  •  被撕碎了的回忆
    2020-11-27 16:02

    A SIMPLE TABLE SORT PHP CODE:

    (the simple table for several values processing and sorting, using this sortable.js script )

    
    
    
    
    
    
    
    
    
    Hi User. PUT your values

    projectX
    The due amount
    $value) { echo ''; } ?>

    ProjectXDue amount
    '.$First[$indx].''.$Second[$indx].'
    TOTAL =  111111111Still to spend =  5555555

    source: php sortable table

提交回复
热议问题