Closed theeveventh closed 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)
Thank you for flagging this
duplicate of #467
template/js/aggrid.js line 35:
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)