flex-table-card icon indicating copy to clipboard operation
flex-table-card copied to clipboard

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

Results 43 flex-table-card issues
Sort by recently updated
recently updated
newest added

I have a test page with ~5..7 cards. Every card shows a `flex-table-card` with ~5 rows. Every card represents some example of using `modify` option. Nothing super complex, just like...

Just today the `fmt` property was introduces and even 2 lines documentation made it into the repository, BUT there is just an shameful small amount of formatters available. Now it's...

I use the Flex-Table to display a connection overview of the next three train connections including possible delays. I'm looking for a way to format the delay depending on the...

enhancement

Hi, I have added a large table but after adding it the browser was so slow and found the cause to be flex table. just added this ``` set hass(hass)...

bug

Currently when you click on the row it's open more-info for selected entity. Is it possible to add option to navigate to device page to which this entity belong? JFYI:...

It would be cool if instead of just choosing the sort order once through config, we could click on the header of each column to sort it by that column...

enhancement

https://github.com/custom-cards/flex-table-card/tree/master/docs All TOC links are broken

Hello, I am trying to use the Flex Table Card with a sensor providing a JSON coming from a query. The JSON is as follows: {"my_data":[{"field_a":"a","field_b":"b"},{"field_a":"a","field_b":"b"}]} If I configure the...

Hi, This is more of a question rather than a bug... At the beginning of the documentation I read: "first the candidate rows have to be queried using wildcarding/regular expressions,...

First of all, thanks for this amazing card. It's the best way to see data between atributes in various entities. I'm building some cards to check on devices and I...