elimintz
elimintz
My initial thinking was to keep event handlers as simple as possible and usually you would like to update the page after an event. Since if there is no return...
When an input or change type event happens in the browser, the default is for the event to be sent to the backend even if the event does not have...
Hi, This is probably an issue with how your environment is configured. I would suggest setting the host name and port explicitly in the justpy command: https://justpy.io/reference/justpy/ Use port 80...
Hi, Could you please post the two versions of the program? It is easier for me to work with code rather than a verbal description.
I'm sorry, I can't replicate the problem. Perhaps if you could create a very simple example that shows this bug I could be more helpful.
I am not sure what you mean by exporting the app. Could you please elaborate? For highcharts please see: https://www.highcharts.com/docs/export-module/export-module-overview
Yes, in the new version (coming out in a couple of days), this is implemented. Every field that has `formatter` in its name, is evaluated as a javascript expression.
I believe @rodja suggested separating issues with components from the core functionality and stability. I think we should focus on the latter. AgGrid has so many features, it would be...
Yes, I see the same behavior. The issue is that there is a threshold number of elements that depends on memory etc. after which Vue gets much slower when it...
There is a cache for charts on the browser side and if the object describing the chart has not changed, the chart is not changed. Each time the page is...