justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

aggrid infinite recursion #369

Closed theeveventh closed 2 years ago

theeveventh commented 2 years ago

template/js/aggrid.js line 35:

this.evaluate_formatters(grid_def); 

The above line causes an infinite recursion with tutorial example (https://justpy.io/grids_tutorial/database/). For example, change the table selection from "albums" to "artist".

(justpy version 0.2.3)

elimintz commented 2 years ago

Thank you for flagging this

WolfgangFahl commented 2 years ago

duplicate of #467