Synphonyte / leptos-struct-table

Easily create Leptos table components from structs
Apache License 2.0
154 stars 23 forks source link

[Fix] Update the examples to compile after the recent changes #31

Closed lukashermansson closed 4 months ago

lukashermansson commented 4 months ago

All the breaking changes introduced in the last couple of prs had made some of the examples break.

This changes the examples that relied on IntoView being the mecanism to display the cell value and also the now ambiguous chrono import when using a glob import on leptos_struct_table . Went through and got all examples to compile and made sure they still work.

I'm sorry for breaking them in the first place. (Maybe I could set up some pr that will run CI of the examples just like done on release)

maccesch commented 4 months ago

Thank you!