mithril-materialized
    Preparing search index...

    Interface DataTableSort

    Configuration for DataTable sorting state

    interface DataTableSort {
        column: string;
        direction: "desc" | "asc";
    }
    Index

    Properties

    Properties

    column: string

    Key of the column to sort by (must match a column's key)

    direction: "desc" | "asc"

    Sort direction - ascending or descending