I want to populate a big grid with entries.
I just want to pass the id of the entry, and have the description show up.
I also want to execute JS when the user clicks on it.
One way, would be to use menupopup with sel_options and onclick, which works.
However, the sel_options array is HUGE, and this results in extremely big loading times.
Another way, is to use readonly link-entry with only_app specified.
This way there’s no problem with loading times, the descriptions get loaded quickly.
However, I cannot override what happens when the user clicks (open the specific entry), and execute my JS
Is there a way to override this? Maybe use another widget? The documentation of etemplate I have available is quite old and I cannot find anything there.
Thanks in advance!