I need to create a button beside header text like this for sorting.
The requirements are:
- the button and the header text should be in a group to be aligned together
- when I click on the button up_arrow, the list will be sorted (in the picture it is not sorted :D), and the icon changes into down_arrow for sorting in the opposite order.
How can I do this?