Watusi Posted November 29, 2019 Report Share Posted November 29, 2019 I want to hide everything below the "Download Data" button in my tabular report DataPage. Tried adding Header & Footer with: <div style="display:none"> </div> But it also removed the “Download Data” button. Any ideas? Quote Link to comment Share on other sites More sharing options...
AtayBalunbalunan Posted November 29, 2019 Report Share Posted November 29, 2019 You may try adding an HTML Block with the following. <style> table[class^="cbResultSetTable"] { display: none !important; } <style> Please disable HTML editor first. KG360 and Watusi 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.