In my interface there are several dropdown filters, I want clear filtrers with a button click. The button is working alright, but I want to show refresh icon instead of text in the button label, but the richtextdisplayfield and richtexticon is not working correctly. What is the way out?
Discussion posts and replies are publicly visible
Hello sudiptab, Maybe you can use unicode symbol for example secondaryButtons: { a!buttonWidget(label: char(10226) & " Refresh ", saveInto: {}, style: "NORMAL" ) } site with symbols xahlee.info/.../unicode_arrows.html
HI Sudip,
Kindly try below code, and let me know if its works out for you.