Sortable Tables
Sometimes, you need to put information in a quick table and be able to sort it by column. Here's an example of how to do that.
| Column 1 |
Column 2 |
Column 3 |
Column 4 |
Column 5 |
| A |
5 |
Alice |
CCC |
234 |
| B |
4 |
Charles |
FFF |
732 |
| C |
3 |
Edward |
GGG |
1014 |
| D |
2 |
Betty |
BBB |
16 |
| E |
1 |
Darius |
MMM |
531 |
--
NicoleRadziwill - 08 Mar 2020