+ Selected type is not supported by this storage. +
+ )} ++ Enter as JSON array of numbers, e.g., [1, 2, 3, 255] +
+ )} +{message}
+Key cannot be changed during editing
++ This storage does not support {entry.type} values. +
+ ) : ( +Type cannot be changed during editing
+ )} ++ Enter as JSON array of numbers, e.g., [1, 2, 3, 255] +
+ )} +Loading entries...
+|
+
+ {header.isPlaceholder
+ ? null
+ : flexRender(
+ header.column.columnDef.header,
+ header.getContext()
+ )}
+ {header.column.getCanSort() && (
+
+ {{
+ asc: '↑',
+ desc: '↓',
+ }[header.column.getIsSorted() as string] ?? '↕'}
+
+ )}
+
+ |
+ ))}
+
|---|
| + {flexRender(cell.column.columnDef.cell, cell.getContext())} + | + ))} +