on 2020 Feb 25 11:18 AM
Hi Experts,
I have to add legend for information present in the table. For example green color text says some reason 1, yellow color says some reason2 etc.. Where can I put something to show the reasons of the colors visible in the cell.
I could see class sap.viz.ui5.types.Legend has been already deprecated. Any simple way to show in the footer or on the header side of the table.
Hello Raju,
Try sap.m.Table header toolbar with content of InfoLabel's (sap.tnt.InfoLabel).
Thanks,
Kumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Gautham
For Now I have used Icon and Text that gives close to that look but I don't know if we have any better option.
<core:Icon id="iconId" src="sap-icon://border" size="10px" color="black" backgroundColor="yellow" width="auto" height="auto"/>
<Text class="legendText" id="legendId" text="Mention your text descripotion" textAlign="Left" width="40%"/>
User | Count |
---|---|
61 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.