Skip to main content
16-Pearl
November 1, 2023
Question

Can we make particular word invisible in grid using css?

  • November 1, 2023
  • 4 replies
  • 1654 views

Can we make particular word invisible in grid using css or in any other way.

4 replies

17-Peridot
November 2, 2023

@AP_10343008 ,

Not sure what you mean by "invisible" in grid. You might be able to draw the text in the background color but there are always ways to see

 

Community Manager
November 7, 2023

Hi @AP_10343008.

 

Can you provide the details of your use case?

 

Regards.

 

--Sharon

14-Alexandrite
November 13, 2023

Not sure what the use case is, but I would expect intervening with a service that removes certain words before you display the data to be the most flexible and in your control as you can maintain a dictionary of words to replace in a data table etc. The only implication might be on the performance side if it is a large amount of data and taking into account refresh rates etc. 

16-Pearl
November 17, 2023

Ok. Thank you

16-Pearl
November 18, 2023

@AP_10343008 ,

Two approaches:

  1. Think of applying the logic in the service itself (to add or not to add that keyword) which gives you info table back. Or
  2. From the service add this keyword in the column of the data shape, but while displaying the info table on the mashup grid make this column hidden/non visible.

I am using second approach for one of the similar use case in our application. Not a full proof solution but does the job.

 

Hope this will help you too.

 

Regards,

Shirish