Skip to content
Advertisement

Tag: columnsorting

Change position of arrow icon based on sort

Hi my sorting is done via the backend, I need to reflect it in the UI with React. I’m looking to achieve this: Arrow position is defaulted to pointing down when page loads (no sort is occurring at this stage) Click on Arrow this will point upwards sorting table results as ascending Click on Arrow again this will point downwards

Advertisement