Skip to content
stevetotheizz0 edited this page Nov 1, 2018 · 1 revision

Horizontal Table

Sort:

paramater description or example
getValue Should return the value to sort on
order 'acs' or 'decs'

Example:


sort: {
  getValue: function(item) {
    return item.distance;
  },
  order: 'asc'
},

Clone this wiki locally