Designing an enterprise application with 2 tab options that will render separate tables. I want to add a description to the tab to make it clearer to the users, and provide more context. Here are 3 options I am considering with their pros and cons. Would love community inputs :)
Option 1: onHover interaction, very lightweight and non disruptive. However the description has to be very small for it to work.
Option 2: Information icon, user has to hover/ click on the information icon to see the description. It calls some attention, however I am unsure if tabs have information icon?
Option 3: Persistent information, which user will learn about if they use the platform 3-4 times. Could be redundant, and since there is a table rendered under this tab, it will add extra space up top with not so important information.





