According to my testing, when I have more than one table in the note, only single table is sortable .
1st instance:
- If tables have
{:sort-table: tableID}
command at the top - They all have different IDs
- Only the last one is sortable
2nd instance:
- If all tables have
{:sort-table: }
command at the top (no ID) - Only the 1st table is sortable
- Clicking the header of the non-sortable tables also sorts the 1st table
Thanks.