Sort Table Rows According To Table Data
For example, I have a code:
| name | price |
|---|---|
a<Solution 1:Instead of insert Solution 2:You have number of plugins to sort it why are you reinventing the wheel. Here is one such plugin Solution 3:Have a look at Sorting - we're doing it wrong. A simple jQuery plugin for sorting stuff is available here. some notes on your code: |
Post a Comment for "Sort Table Rows According To Table Data"