JQuery/Javascript Reordering rows

前端 未结 8 1365
时光说笑
时光说笑 2021-02-06 06:50

I have a aspx page that looks something like this:


  Some label
  Some complex control
         


        
8条回答
  •  -上瘾入骨i
    2021-02-06 07:11

    Why not order the rows on the server side? If you are going to reorder them with JQuery as soon as the page is loaded then it will be more efficient to do this job in server code, especially if the user's selected order is stored in a database.

提交回复
热议问题