4.5a Make tables sortable again

Submitted by Admin on Sun, 06/09/2019 - 12:56

It used to be possible to sort the Jurors Lists by their columns (eg by Title).

At some point that had stopped working, but it's fixed now and working again.

If you have any large tables you want to make sortable, you just need to make a small edit to the HTML. Click "Switch to plain text editor", and look for the HTML tag that starts the table

<table ...other stuff...>

Edit it to add in class="sortable"

<table class="sortable" ...other stuff...>

Then click save and your table should now be sortable.