interface TableSortEnd {
    collection: string | number;
    isKeySorting: boolean;
    newIndex: number;
    nodes: HTMLElement[];
    oldIndex: number;
}

Properties

collection: string | number
isKeySorting: boolean
newIndex: number
nodes: HTMLElement[]
oldIndex: number