Synphonyte / leptos-struct-table

Easily create Leptos table components from structs
Apache License 2.0
164 stars 24 forks source link

[Feature] Implement time support #32

Closed lukashermansson closed 6 months ago

lukashermansson commented 6 months ago

With the previous changes introduced in prs #28 and #29 its now trivial to support the time library with custom CellValue implementations behind a feature flag.

this CellValue implementation accepts a format string just like chrono, but this string is the time libraries own format specifier. reference

maccesch commented 6 months ago

Thanks! Man, you're nailing it!