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

Feature Request: Clickable can be simple toggle #58

Closed hathalud closed 2 years ago

hathalud commented 3 years ago

I just discovered this custom component today and I'm really impressed with it. I made a card that listed all of my lights and was quite pleased with the options and results. And was a little disappointed that the option "clickable: true" only showed the More Info dialogue box. Would it be possible to make it where More Info OR just a simple toggle is applied as an option instead? Either way, keep up the great work! Thanks so much!

daringer commented 2 years ago

Nope, sorry this will not work, especially as the card has an focus on data visualization, thus this not really match with the project's goals. The PopUp info boxes are also not created and populated with contents by the card, this is a ready-to-use-home-assistant element, likely there is a way to modify/change them - but this would mean that you as the user would also have to include this change-set into the card's json data - despite being very painful to use this is a little too far away from a "table visualization card" :smile: