Disable export link at the bottom of Datalist

Confluence User - 14 Apr, 2018

Hi,

How do I disable the export link at the bottom of the Datalist?

Thanks

datalists

2


14 Apr, 2018
confluenceUser
1
confluenceUser

Found it (big grin)

  1. Go to UserView Builder
  2. Edit the CRUD (if you are using CRUD)
  3. Under the UI (List) - Custom Header
  4. Add

    <style>
    .exportlinks {
    display: none;
    }
    </style>

20 Jan, 2022
confluenceUser
confluenceUser

it is we able to hide the excel export links only? 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print