Hide buttons in export file.

Hide buttons in export file.

nitish95nitish95 Posts: 6Questions: 1Answers: 0

Hi, I don't know how to hide the buttons present in my data table when I i export it as pdf or excel.
Please help!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • kthorngrenkthorngren Posts: 20,271Questions: 26Answers: 4,765

    Do you want to remove the whole column from being exported? If so take a look at thisColumn Selectors example.

    If that doesn't help then please provide the example Colin asked for.

    Kevin

  • nitish95nitish95 Posts: 6Questions: 1Answers: 0

    @kthorngren : No, actually have a "READ MORE " button in one of my columns in my data table which is being displayed as TEXT when i export it as PDF or Excel. So I want to hide that button in my export files.

  • kthorngrenkthorngren Posts: 20,271Questions: 26Answers: 4,765
    Answer ✓

    I would look at using orthogonal data for this as shown in this example. For the export type just return "".

    Kevin

  • nitish95nitish95 Posts: 6Questions: 1Answers: 0

    @kthorngren -hey thanks got it !

This discussion has been closed.