Hi, Suppose I have:
idx = slider(1:3) How do I use the value stored in the widget to index an array, let's say A[idx]? I tried playing with signal() and @lift, but none worked. Could you please explain what is the correct approach? -Júlio
Hi, Suppose I have:
idx = slider(1:3) How do I use the value stored in the widget to index an array, let's say A[idx]? I tried playing with signal() and @lift, but none worked. Could you please explain what is the correct approach? -Júlio