Hi team, is there a way to hide the

Hi team, is there a way to hide the author and tags column in the liveboards and answers table embed? I was able to hide the share and favourite columns using the hiddenActions array(Action.Share, Action.AddToFavorites) but couldn't find an option for tags and author column
No description
No description
6 Replies
shikharTS
shikharTS5mo ago
There is not a direct option available currently. You can use customCSS rules to achieve the same though..
Nikhil Kumaran S
Nikhil Kumaran SOP5mo ago
I tried with customCSS but it leaves empty white space in place of the columns
shikharTS
shikharTS5mo ago
You might need to change the other column's CSS to fill the empty space. I will check internally with the team if we can add this and how much time it will take to reach you. cc @utsav.kapoor @Justin Mathew
Justin Mathew
Justin Mathew5mo ago
@Nikhil Kumaran S what would like the behaviour to be , do you want the table to be smaller in width ? What would you like to have inplace of the empty space
Nikhil Kumaran S
Nikhil Kumaran SOP5mo ago
Yesh @Justin Mathew the table to be smaller. If possible can you please share the CSS styles to achieve this without having the whitespace?
Justin Mathew
Justin Mathew5mo ago
let me try hey @Nikhil Kumaran S , using
customizations: {
style: {
customCSS: {
rules_UNSTABLE: {
".ag-center-cols-clipper" : {
"display": "none"
}, ".ag-header-viewport" : {
display: "none"
}
}
}
}
}
customizations: {
style: {
customCSS: {
rules_UNSTABLE: {
".ag-center-cols-clipper" : {
"display": "none"
}, ".ag-header-viewport" : {
display: "none"
}
}
}
}
}
i am able to hide those, but it also hide the recently viewed column probably better to raise a feature request for those Action to hide the columns cc: @utsav.kapoor @jbc @shikharTS

Did you find this page helpful?