Skip to content

Sortable columns for stats table #78

@madcock

Description

@madcock

Library is here:
https://www.kryogenix.org/code/browser/sorttable/

To make a table of your choice sortable, there are three steps:

Download the Javascript library
Include the Javascript library, by putting a link to it in the HEAD of your page, like so:

<script src="sorttable.js"></script>

Mark your table as a sortable one by giving it a class of "sortable":

Note that the library's JavaScript file is called sorttable (two Ts), but the class you add to the table is sortable (one T).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions