SunakoChan Posted March 22, 2022 Report Share Posted March 22, 2022 Hi Team, I'm wondering if it is possible to remove the arrow down beside the download option and the same time retain the function of option download. Quote Link to comment Share on other sites More sharing options...
0 telly Posted March 22, 2022 Report Share Posted March 22, 2022 Hi @SunakoChan, For this what I did, I added a code to hide the arrow down at the same time retain the function(You can add the code on the header of the DataPage.): <style> span{ display: none; } .cbResultSetRecordPerPageMessage.cbResultSetRecordPerPageCell { display: contents!important; } </style> The code for span is for the arrow and the second properties is to retain the label of the show page. Actual behavior: Hope this helps. Quote Link to comment Share on other sites More sharing options...
Question
SunakoChan
Hi Team,
I'm wondering if it is possible to remove the arrow down beside the download option and the same time retain the function of option download.
Link to comment
Share on other sites
1 answer to this question
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.