Marc-Stefan Cassola

Results 107 comments of Marc-Stefan Cassola

Yes `UseDocument` is basically the same as `Option`. It actually implements `Deref` for this type, so any method on `Option` is available on `UseDocument`. But the idea is to implement...

That's great, thanks! Yes exactly. You don't have to implement every last one. I can imagine there might be some that don't make sense, but you can be the judge...

I believe this is what https://gesture.vueuse.org/use-move.html refers to. So yes it will be part of this, however with a different name probably.

Hey thanks for taking a good look at this! There's no priorities at all and you can totally feel free to do it in however many steps are convenient for...

We might have to open a PR on web_sys for this.

@hcandelaria That's great! Yes please open a PR with what you have. We're going to find a way to test it somehow 👍🏼

@stillonearth Thanks! I guess updating the version table in the readme would be nice as well

Please refer to the examples and docs. There is a paginated rest example as well as an editing example. Reloading is possible through a prop on the `TableContent` component.

Hm I think right now this is not possible, sorry. But would be a good feature to have.