This is a work-in-progress. It does not yet comprehensively test all sorting methods. The following are on the to do list:
- Core tests:
- Test each option, event & callback
Sorting empty cells.
Sorting strings in numeric columns.
- Internal rendering, caching & indexing utilities.
Update methods.
- All widgets.
- Pager plugin.
- Include natural sort unit tests?
| test-head | num |
| test-foot | txt |
| test2 | x2 |
| test1 | x3 |
| test3 | x1 |
| Info |
| testB | x5 |
| testC | x4 |
| testA | x6 |
| 1 |
2 |
3 |
4 |
| A43 | -35 | 01 | -.1 |
| A255 | 33 | 02 | N/A #1 |
| A33 | 2 | 03 | N/A #2 |
| A1 | -5 | 04 | -8.4 |
| A102 | NR | 05 | -2.2 |
| A10 | -1 | 06 | 97.4 |
| A02 | 1 | 07 | 23.6 |
| A55 | 44 | | 11.4 |
| A87 | 04 | NR | 5.2 |
| | NR | |
| Hierarchy |
Asc |
Dsc |
| 1.1 | b | e |
| 1.1.2 | d | f |
| 1 | a | b |
| 1.2 | e | c |
| 1.2.1 | f | d |
| 1.1.1 | c | g |
| 2 | g | a |
| SortHere | May contain nested tables. |
| a | Empty! |
| b | Nothing much |
| Text | Digit | Date |
| a | 3 | 2-1-2000 |
| b | 2 | 1-1-2000 |
| c | 1 | 1-2-2000 |
| a | 4 | 1-2-2000 |