Require sorting in every column in editable grid.

I am already know populating data through Rule expression with sort in one column.

My requirement is to sort every column in editable grid.

Is there any way to do the same.

  Discussion posts and replies are publicly visible

Parents Reply
  • There is no way to sort by clicking on the column headers in a grid - the editable grid simply doesn't support that functionality.

    That being said, there are some ways to sort the data that are a little hacky, but the right solution can vary based on your use case. Can you give us more information about what your data looks like, why you need to sort, how is the user using this grid, etc?

Children
  •                                                                                                     FYI, Attached is the screenshot.After page load,I can choose from field dopdown any header name and can sort data (asc/desc) with the help of other dropdown(naming ascending) .   

    There are four columns name ID,Name,Department and Salary.

    Now suppose  I edit  in Name,Department and Salary column  .Before save, again I want to sort the data .

    Hope I am able to narrate my issue clearly now.