Datumsspalte in Tabelle #1940
-
Hallo Community, wir wollen eine Spalte einer Kolibri-Tabelle, in der Datumswerten dargestellt werden, sortierbar machen. Mit dem Kolibri Datentyp für Tabellen-Zellen (KoliBriDataType = Record<string, unknown>;) geht das leider nicht, denn string wird lexikografisch sortiert, was bei Datumsangaben in deutschem Datumsformat als string zu falscher Sortierreihenfolge führt (bei englischem Datumsformat ginge es). Datentyp für das _data soll KoliBriDataType oder string sein laut https://public-ui.github.io/docs/components/table/#properties |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hallo @AndyCooler, hier ein Beispiel für Deine Anfrage: https://codesandbox.io/s/kolibri-public-ui-react-samples-w5u37c?from-embed=&file=/src/samples/table/sort-date.tsx&initialpath=/table/sort-date Viele Grüße |
Beta Was this translation helpful? Give feedback.
Hallo @AndyCooler,
hier ein Beispiel für Deine Anfrage: https://codesandbox.io/s/kolibri-public-ui-react-samples-w5u37c?from-embed=&file=/src/samples/table/sort-date.tsx&initialpath=/table/sort-date
Viele Grüße