Hey all,
I currently run a python script that takes input data and spits it out in an array to excel. I’d like to be able to put this on my dash board, it would be a table in the format for days (rows) against 24 hour columns. The user can select the input which would then fill in the days and columns for that argument.
I can’t find any example code similar to this using dash
Thanks