Hi,
I have a existing html dynamic table as below . how to sort this by ID column in decending order in C#
| ID | Items | Quantity |
| 1 | item 1 | 25 |
| 2 | item 2 | 34 |
| 3 | item 3 | 43 |
Thanks
Hi,
I have a existing html dynamic table as below . how to sort this by ID column in decending order in C#
| ID | Items | Quantity |
| 1 | item 1 | 25 |
| 2 | item 2 | 34 |
| 3 | item 3 | 43 |
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankajkumar PatelPosted Dec 7, 2022, 11:21 AM
Hi Sathish,
This can be implemented by using jQuery server side Datatable in MVC appplication with server side filter, sorting and Pagination.
High level steps will be:
For more details:
Hope this will help you!
Jignesh KumarPosted Dec 7, 2022, 4:22 AM
Hello,
Please refer this one,
https://codepen.io/fede/pen/LRqOqv
http://jsfiddle.net/spetnik/gFzCk/1953/