Hiding columns in Library in full-app embeds?

Hi! Does anyone know if there is a way to hide columns in the Library table on the home page of a full-app embed? Specifically, I want to hide the Tags, Authors, and Verified columns. What's interesting is that when creating the AppEmbed, there is an option for hiddenListColumns. I'm passing in [ListPageColumns.Tags, ListPageColumns.Author], which successfully hides those columns on the Liveboards and Answers pages, but has no affect on the Library on the homepage. Seems like if we pass columns into hiddenListColumns, it should apply to the homepage Library, as well. (Verified isn't on the ListPageColumns enum, but it would be great to hide this as well.) I have looked into hiding these columns with CSS, but due to the way the HTML for the table is structured and the column widths are determined dynamically, it may be an uphill battle (and maybe impossible). Am I missing something, or should I raise a ticket with support? Thanks!
Solution:
I submitted my question as a support ticket, and got this response:
To hide verified columns, we have an enhancement open and the engineering team will fix this in future releases. For the homepage embed, this will be available from 10.14...
AppViewConfig
The view configuration for full app embedding.
Jump to solution
1 Reply
Solution
Kirk
Kirk•4w ago
I submitted my question as a support ticket, and got this response:
To hide verified columns, we have an enhancement open and the engineering team will fix this in future releases. For the homepage embed, this will be available from 10.14 Ref: https://developers.thoughtspot.com/docs/Interface_AppViewConfig#_hiddenlistcolumns ~~~ Note: This option is currently available only in full app embedding and requires importing the ListPageColumns enum. At present, it can be used with Liveboard and Answer list pages, and starting with version 10.14.0.cl, it will also be supported for the Home page.
Looks like we'll have what we need in a future release. 🙂
AppViewConfig
The view configuration for full app embedding.

Did you find this page helpful?