custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
GNU General Public License v3.0
208 stars 26 forks source link

Add supports sorting by multiple columns. #67

Closed andrewjswan closed 2 years ago

andrewjswan commented 2 years ago

Add supports sorting by multiple columns. Like:

card:
  type: custom:flex-table-card
  clickable: true
  sort_by: state-,entity_id+

or

card:
  type: custom:flex-table-card
  clickable: true
  sort_by: 
    - state-
    - entity_id+
vini59fr commented 2 years ago

This improvement will be great :)