Please find the the requirements I am working on:
- On click of header column text, sorting should nothappen.
- Header should display default sort icon - Up and Down arrows.
- On click on up arrow and down arrow icons column should be sorted in ascesding and descending order respectively.
Challanges -
- How to disable sorting command triggering on column header click? It's rendered as a link button I believe. Not sure where exactly it's hooking the click event.
- Default sort icon is a single image containing both up and down arrows - How we can segregate the sort behavior on up and down arrows?
Would appreciate any inputs.
Thanks,
Aneesh