othalan

Results 21 comments of othalan

I no longer use JustPy in my current personal projects as I decided to write the JavaScript code myself, but I still face the same type of problem of passing...

I too would love this feature. I would like to refresh ag-grid cell values as new (streaming) values arrive. Updating row data redraws the entire table, which leads to a...

I need update functionality. This is slightly more complex as it requires a row node object. I will give a shot at adapting the method suggested by @rroyer-xyz and will...

A few notes, questions, and suggestions: ### ag-grid version In case anyone is attempting to test out the above code before a new release, I needed to update ag-grid to...

Thank you @rroyer-xyz. As it happens, mere seconds before your update I came to the same solution. @elimintz, yes this does solve my problem. It took me awhile to find...

> Please see [#158 (comment)](https://github.com/elimintz/justpy/issues/158#issuecomment-875674681) above. > I added the apply_transaction method to my development version and it will be part of the upcoming version. My apologies, I wasn't thinking...

I will feed back my ideas as I continue development on my project.

Here is test code for this bug and to verify the fix: ```python import justpy as jp class TestAgGrid(jp.AgGrid): _test_prop_value = 1 @property def test_prop_double(self): return self._test_prop_value @test_prop_double.setter def test_prop_double(self,...

This seems similar to the issue #261. Will this also be fixed in the next version?

It started updating again on 2 August after a week of no updates