This commit is contained in:
@@ -470,16 +470,13 @@ export default {
|
||||
selectedRowIds = vm.selected.map(z => {
|
||||
return z.id;
|
||||
});
|
||||
selectedRowIds.reverse();//destructive but in this case doesn't matter at all
|
||||
|
||||
//reverse them non destructively
|
||||
// return array.map((item,idx) => array[array.length-1-idx])
|
||||
selectedRowIds.reverse();
|
||||
}
|
||||
/* public AyaType ObjectType { get; set; }
|
||||
public long[] SelectedRowIds { get; set; }
|
||||
public string DataListKey { get; set; }
|
||||
public string ListView { get; set; }//optional, if null or empty will use default list view built into DataList
|
||||
*/
|
||||
*/
|
||||
return {
|
||||
ObjectType: ayaType,
|
||||
selectedRowIds: selectedRowIds,
|
||||
|
||||
Reference in New Issue
Block a user