adopted-ember-addons/ember-light-table

Table Selected Rows Ordering

Open

#409 opened on May 19, 2017

 (12 comments) (0 reactions) (0 assignees)JavaScript (130 forks)github user discovery
help wantednew-feature

Repository metrics

Stars
 (312 stars)
PR merge metrics
 (PR metrics pending)

Description

table.selectedRows are in the order they have been selected (say you selected row 4, then 1, then 3 it will be 4,1,3)

Sometimes one need to get them in the order they are selected (1,3,4 in above example)

Contributor guide