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
198 stars 23 forks source link

feat-disable-manual-sort #137

Closed EdLeckert closed 1 month ago

EdLeckert commented 2 months ago

Add ability to disable runtime sorting by clicking on column header.

A new config item disable_header_sort, if set to true, prevents manual sorting. It is false by default.

Documentation has been updated.

Closes #136.