How to make ready only or hide filter on Data table on portal?

Rosy14
Tera Guru

Rosy14_0-1714023174372.png

 

1 ACCEPTED SOLUTION

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Rosy14 you can use the following CSS code at instance level.

.icon-filter{
   display: none;
} 

SiddharamTakali_0-1714026962561.png

 You can see in below image Filter Icon is removed

SiddharamTakali_1-1714027011040.png

 

 

Please mark my reply as Correct/Helpful

Regards,

Siddharam

View solution in original post

2 REPLIES 2

Sid_Takali
Kilo Patron
Kilo Patron

Hi @Rosy14 you can use the following CSS code at instance level.

.icon-filter{
   display: none;
} 

SiddharamTakali_0-1714026962561.png

 You can see in below image Filter Icon is removed

SiddharamTakali_1-1714027011040.png

 

 

Please mark my reply as Correct/Helpful

Regards,

Siddharam

Iraj Shaikh
Mega Sage
Mega Sage

Hi @Rosy14 

 

Please refer below video
https://www.youtube.com/watch?v=8QiWkRMs6rY&ab_channel=IqraIslam

Please mark this response as correct or helpful if it assisted you with your question.