Hi Champs,
I have a grid where I have a column in which I am showing a recordaction component based on some conditions. So that column can show a button(recordAction) or it will be blank.
Now I have a requirement where I need to first show the row where I have the column having the button and then the rows where the column is blank. Secondly, I need to again sort the data based on the name .
I am not sure whether we have a easy way to do the same?
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
ghanashyamm0005
Can you try creating a new custom record field to bring in the conditions for your record action display, so that it displays boolean value. Then you can point the initial sorting to this boolean column and the secondary sorting to the name column.
This should do