https://github.com/swimlane/ngx-datatable/blob/master/demo/sorting/sorting-client.component.ts
in ngx-datatable, the datatable can be sorted with a click on the header column, however, I want to do some inline edit on the row and return the values with something like
edit($event, rowIndex, cellName)
The rowIndex return the sorted index, which is not matched with the original input rows (array), how to get a sorted array from the datatable?