Implement custom sorting for the diff size column, by adding a custom data type.
To do so, we implement a custom sorting function for this column, by adding a custom data type for it. To facilitate this, the datatables version was upgraded to version 2 (in a previous commit).
Implement custom sorting for the diff size column, by adding a custom data type.
To do so, we implement a custom sorting function for this column, by adding a custom data type for it. To facilitate this, the datatables version was upgraded to version 2 (in a previous commit).
See e.g. https://datatables.net/reference/option/columns.type and https://datatables.net/reference/type/DataTables.Type for information about custom data table types.
Fixes #13.