CrystalWindSnake

Results 25 comments of CrystalWindSnake

In addition to refreshing the pagination, there are other refresh issues to consider. I'll work on implementing the basic functions gather some examples of the problems over the next few...

When I use the latest version of NiceGUI, the issues I encountered before have disappeared. Vue 3.5 may have resolved a series of problems with `teleport`. This PR may be...

@falkoschindler I'm sorry. I've been busy with other things recently and haven't had much time to focus on this. The main challenge now is that many situations can trigger a...

@ShannonZ You can try ```python from ex4nicegui import rxui import json class SystemParameter(rxui.ViewModel): SF: float = 42.0 RFA: float = 100.0 PW90: float = 10.0 Gx_offset: int = 0 _json_file...

> > @ShannonZ You can try > > ```python > > from ex4nicegui import rxui > > import json > > > > > > class SystemParameter(rxui.ViewModel): > > SF:...

We should find a way to serialize the entire object. However, currently, there are limited options available.

I checked both cases and they end up generating the same html snippet. Don't understand why there is a difference in effect

@falkoschindler I seem to have found the problem, here is a reproduction of the problem using quasar. ```html Document const { createApp } = Vue const works_app = createApp({ render()...

@dorel14 Can you give a minimal executable example?

@dorel14 It seems that setting the root_path causes all NiceGUI resources to fail to load properly, not just Tabulator. The following code also does not display correctly. ```python from nicegui...