Sorting a table in asp.net MVC

前端 未结 5 1260
半阙折子戏
半阙折子戏 2021-02-07 08:36

I was wondering how people were going about sorting a table in asp.net mvc? I\'ve heard of javascript solutions that work pretty well with non-paged tables, such as jquery\'s ta

5条回答
  •  悲&欢浪女
    2021-02-07 09:10

    Check out the DataTables @ DataTables This will let you page the result and query it with easy setup. it works well with ajax and json data. Look at the samples. Hope this will help you out.

提交回复
热议问题