sort table by price column

前端 未结 5 838
野趣味
野趣味 2021-01-23 20:44

It\'s the billing list:

Service   Price
---------------
S1        13 CHF
S2        Free
S3        Free
S4        40 CHF

I want to sort it by pr

5条回答
  •  太阳男子
    2021-01-23 21:19

    You can use DataTables (http://www.datatables.net/). It's very powerful JS plugin.

提交回复
热议问题