1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Implement sorting

This commit is contained in:
Ted John
2020-05-03 16:29:15 +01:00
parent 096de3ccc8
commit 928bba9795
2 changed files with 197 additions and 65 deletions

View File

@@ -1099,7 +1099,7 @@ declare global {
highlightedIndex?: number;
onHighlight: (index: number) => void;
onSelect: (index: number) => void;
onClick: (index: number) => void;
getCell(row: number, column: number): string;
setCell(row: number, column: number, value: string): void;