admin/lang: sorted by default
Massimo Melina committed
Nov 1, 2024 at 15:21 UTC
cdb96f4e7a3dd9656a0ce98dd774a3679515af1d
1 file changed
+1
-1
admin/src/LangPage.ts
+1
-1
@@ -26,7 +26,7 @@ export default function LangPage() {
26
h(DataTable, {
27
error,
28
loading: connecting,
29
- rows: list as any,
29
+ rows: useMemo(() => _.sortBy(list, x => (x.embedded ? 2 : 1) + x.code), [list.length]), // multi-sorting is only in pro version of DataGrid
30
hideFooter: true,
31
sx: { flex: 1 },
32
columns: [