How to get div children without using input?

Hi all,

I have a hidden div html.Div(id = ‘hidden’, style={‘display’: ‘none’})
and I have a button that onclick invokes one callback that puts a query string in the hidden div, and at the same time it would lead to /download.csv, which streams the queried data to the client side using server.route(’/download.csv’), is there anyway I can get the string I passed in without using the callback-input?

thanks

Hey there,

I’m not quite sure that I follow the setup you’re describing. If you could post a small self-contained example that illustrates what you’re doing, that would help.