You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the big_number component can support row level parameters for link and target, that would allow the big_number item to be clickable and open another link (in a new tab if a _blank is specified for target, else in same window).
It would be useful in cases where a "Total" is highlighted using a big_number component, and clicking on the big number will open another .sql page which provides more detailed information, etc.
I see that there is a dropdown_item, which seems fine for the usecase highlighted in example to provide options to change preset date range, however when I use it for the redirect link, it does not feel right.
A directly clickable big_number component would be more user friendly.