Sorting HTML Tables with Dentropize
Dentropize
- A barebones Javascript ES6 function to sort tables.
- Detects dates and numbers.
- Empty cells are placed last.
Movie | Last View | Count |
---|---|---|
Office Space | 2020-01-03 | 3 |
Blade | 2013-05-03 | 7 |
Speed 2 | 0 | |
Zorro | 1998-12-04 | 1 |
Twilight | 0 | |
Big Hero 6 | 2023-05-22 | 27 |
- Dates, Currency, Numbers
ISO 8601 | Local Date | Currency | Number with delimiters |
---|---|---|---|
2020-05-04 | 1/5/22 | $1203.04 | 1,234,000 |
2021-03-09 | 4/12/18 | $12.04 | 234,000 |
1999-10-07 | 11/12/08 | $8.00 | 4,000 |
2023-03-20 | 7/14/84 | $3203.04 | 90 |