Marc-Stefan Cassola

Results 107 comments of Marc-Stefan Cassola

Sorry for the troubles. The thing is, they released a breaking change in `0.4.41` that conflicts with `time`. I guess we could try sth like `>=0.4.38,

Makes sense. When I find some time I'll investigate how to do this best.

I totally agree. I'd like to have an integrated solution with re-ordering columns. Maybe have a ```rust RwSignal struct ColumnConfig { order: usize, visible: bool, } ``` What do you...

I did sth like that in an earlier iteration but for me that is too much magic and doesn't seem necessary. I'd like to keep it as lean as possible...

I was indeed planning to integrate stores better into leptos-use. So let me see what to do here. That being said your solution is not bad at all.

Fixed in d19792abc27e0e4d334c50c9319c443d7fdf7dbf

Hey thanks for this! Much appreciated. I'll look into it closer during this week.

Thanks for this! I finally did it in other commits.

Makes sense! Would you be prepared to create a PR for this?

Thanks for your work! I'm not sure what you me an with a "preview". You're already running the example locally. Isn't that a preview? Actually I don't think that moving...